cantata: fix taglib search
This commit is contained in:
parent
4400f01c0b
commit
a25de32033
@ -93,6 +93,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-DENABLE_UDISKS2=ON"
|
"-DENABLE_UDISKS2=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/FindTaglib.cmake
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall = stdenv.lib.optionalString withQt5 ''
|
postInstall = stdenv.lib.optionalString withQt5 ''
|
||||||
wrapQtProgram "$out/bin/cantata"
|
wrapQtProgram "$out/bin/cantata"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user