make taglib-extras work with taglib > 1.9
This commit is contained in:
parent
6ef92e0d11
commit
5303351c72
1 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
buildInputs = [ taglib ];
|
buildInputs = [ taglib ];
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
preConfigure = ''
|
||||||
|
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/modules/FindTaglib.cmake
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue