mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
mkvtoolnix: fix failing build
This commit is contained in:
parent
423a65b0cd
commit
615ea1e90c
@ -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 New Issue
Block a user