mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #13873 from rnhmjoj/mkvtoolnix
mkvtoolnix: fix failing build
This commit is contained in:
commit
2d01e94f2e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
(optional withGUI qt5.qtbase)
|
||||
];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
preConfigure = "./autogen.sh; patchShebangs .";
|
||||
buildPhase = "./drake -j $NIX_BUILD_CORES";
|
||||
installPhase = "./drake install -j $NIX_BUILD_CORES";
|
||||
|
||||
|
|
Loading…
Reference in a new issue