kid3: fix evaluation
cc @AndersonTorres
This commit is contained in:
parent
9357bb51fa
commit
d406c1414c
@ -3,7 +3,7 @@
|
|||||||
, docbook_xml_dtd_45, docbook_xsl, libxslt
|
, docbook_xml_dtd_45, docbook_xsl, libxslt
|
||||||
, phonon, automoc4, chromaprint, id3lib
|
, phonon, automoc4, chromaprint, id3lib
|
||||||
, taglib, mp4v2, flac, libogg, libvorbis
|
, taglib, mp4v2, flac, libogg, libvorbis
|
||||||
, qt, automoc4, zlib, readline
|
, qt, zlib, readline
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
[ pkgconfig cmake perl ffmpeg docbook_xml_dtd_45 docbook_xsl libxslt
|
[ pkgconfig cmake perl ffmpeg docbook_xml_dtd_45 docbook_xsl libxslt
|
||||||
phonon automoc4 chromaprint id3lib taglib mp4v2 flac libogg libvorbis
|
phonon automoc4 chromaprint id3lib taglib mp4v2 flac libogg libvorbis
|
||||||
qt automoc zlib readline makeWrapper ];
|
qt zlib readline makeWrapper ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" "-DWITH_APPS=Qt;CLI" ];
|
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" "-DWITH_APPS=Qt;CLI" ];
|
||||||
NIX_LDFLAGS = "-lm -lpthread";
|
NIX_LDFLAGS = "-lm -lpthread";
|
||||||
|
Loading…
Reference in New Issue
Block a user