lol

chromaprint: remove boost dependency

Boost was removed in version 1.4.0[1].

[1]: https://github.com/acoustid/chromaprint/blob/aa67c95b9e486884a6d3ee8b0c91207d8c2b0551/NEWS.txt#L52

authored by

Alyssa Ross and committed by
Emery Hemingway
b2d84edd b44213aa

+1 -1
+1 -1
pkgs/development/libraries/chromaprint/default.nix
··· 11 11 12 12 nativeBuildInputs = [ cmake ]; 13 13 14 - buildInputs = [ boost ffmpeg_4 ] ++ lib.optionals stdenv.isDarwin 14 + buildInputs = [ ffmpeg_4 ] ++ lib.optionals stdenv.isDarwin 15 15 (with darwin.apple_sdk.frameworks; [Accelerate CoreGraphics CoreVideo zlib]); 16 16 17 17 cmakeFlags = [ "-DBUILD_EXAMPLES=ON" "-DBUILD_TOOLS=ON" ];