chromaprint: remove boost dependency
Boost was removed in version 1.4.0[1]. [1]: https://github.com/acoustid/chromaprint/blob/aa67c95b9e486884a6d3ee8b0c91207d8c2b0551/NEWS.txt#L52
This commit is contained in:
committed by
Emery Hemingway
parent
b44213aac1
commit
b2d84edda8
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ boost ffmpeg_4 ] ++ lib.optionals stdenv.isDarwin
|
||||
buildInputs = [ ffmpeg_4 ] ++ lib.optionals stdenv.isDarwin
|
||||
(with darwin.apple_sdk.frameworks; [Accelerate CoreGraphics CoreVideo zlib]);
|
||||
|
||||
cmakeFlags = [ "-DBUILD_EXAMPLES=ON" "-DBUILD_TOOLS=ON" ];
|
||||
|
||||
Reference in New Issue
Block a user