3
0
Fork 0
forked from mirrors/nixpkgs

mkvtoolnix: fix failing build

This commit is contained in:
rnhmjoj 2016-03-13 00:43:29 +01:00
parent 423a65b0cd
commit 615ea1e90c

View file

@ -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";