Merge pull request #13873 from rnhmjoj/mkvtoolnix
mkvtoolnix: fix failing build
This commit is contained in:
commit
2d01e94f2e
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
(optional withGUI qt5.qtbase)
|
(optional withGUI qt5.qtbase)
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh; patchShebangs .";
|
||||||
buildPhase = "./drake -j $NIX_BUILD_CORES";
|
buildPhase = "./drake -j $NIX_BUILD_CORES";
|
||||||
installPhase = "./drake install -j $NIX_BUILD_CORES";
|
installPhase = "./drake install -j $NIX_BUILD_CORES";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user