acoustidFingerprinter: fix taglib version check
This commit is contained in:
parent
f86f957ae3
commit
174d5eac35
@ -12,9 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake pkgconfig qt4 taglib chromaprint ffmpeg ];
|
buildInputs = [ cmake pkgconfig qt4 taglib chromaprint ffmpeg ];
|
||||||
|
|
||||||
meta = {
|
cmakeFlags = [ "-DTAGLIB_MIN_VERSION=${(builtins.parseDrvName taglib.name).version}" ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://acoustid.org/fingerprinter";
|
homepage = "http://acoustid.org/fingerprinter";
|
||||||
description = "Audio fingerprinting tool using chromaprint";
|
description = "Audio fingerprinting tool using chromaprint";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ ehmry ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user