mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:37:36 +00:00
chromaprint: remove boost dependency
Boost was removed in version 1.4.0[1].
[1]: aa67c95b9e/NEWS.txt (L52)
This commit is contained in:
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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user