Merge pull request #13873 from rnhmjoj/mkvtoolnix

mkvtoolnix: fix failing build
This commit is contained in:
joachifm 2016-03-13 06:48:11 +00:00
commit 2d01e94f2e

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