Merge pull request #18871 from romildo/fix.mkvtoolnix
mkvtoolnix: qt5 development tools are not found
This commit is contained in:
commit
0d7f5117fb
1 changed files with 3 additions and 5 deletions
|
@ -22,11 +22,9 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig autoconf automake gettext ruby ];
|
||||
|
||||
buildInputs = [
|
||||
expat
|
||||
file xdg_utils boost libebml zlib
|
||||
libmatroska libogg libvorbis flac
|
||||
(optional withGUI qt5.qtbase)
|
||||
];
|
||||
expat file xdg_utils boost libebml zlib libmatroska libogg
|
||||
libvorbis flac
|
||||
] ++ optional withGUI qt5.qtbase;
|
||||
|
||||
preConfigure = "./autogen.sh; patchShebangs .";
|
||||
buildPhase = "./drake -j $NIX_BUILD_CORES";
|
||||
|
|
Loading…
Reference in a new issue