3
0
Fork 0
forked from mirrors/nixpkgs

amarok: fix taglib search

This commit is contained in:
Reno Reckling 2015-12-26 18:00:20 +01:00
parent 5303351c72
commit 4400f01c0b

View file

@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
libmtp liblastfm libgpod qjson ffmpeg libofa nepomuk_core
];
preConfigure = ''
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/modules/FindTaglib.cmake
'';
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
propagatedUserEnvPkgs = [ qtscriptgenerator ];