summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-18 20:27:41 +0200
committerGitHub <noreply@github.com>2019-10-18 20:27:41 +0200
commit330806a893234e7de93f6c93143f6af851cc8d8f (patch)
tree7866cd9f6b97ddf67b0f4a2fa5894b50febcd110 /pkgs/applications/audio/clementine
parent128fc2ac19fb130130339fa74444f79452ebf15d (diff)
downloadnixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar.gz
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar.bz2
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar.lz
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar.xz
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.tar.zst
nixpkgs-330806a893234e7de93f6c93143f6af851cc8d8f.zip
clementine: fix build w/ chromaprint 1.4+
Diffstat (limited to 'pkgs/applications/audio/clementine')
-rw-r--r--pkgs/applications/audio/clementine/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index f48a429b389..0a374c26142 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -28,6 +28,11 @@ let
       url = "https://github.com/clementine-player/Clementine/pull/5630.patch";
       sha256 = "0px7xp1m4nvrncx8sga1qlxppk562wrk2qqk19iiry84nxg20mk4";
     })
+    (fetchpatch {
+      # Fixes compilation with chromaprint >= 1.4
+      url = "https://github.com/clementine-player/Clementine/commit/d3ea0c8482dfd3f6264a30cfceb456076d76e6cd.patch";
+      sha256 = "1ifrs5aqdzw16jbnf0z1ilir20chdnr9k5n21r99miq9hzjpbh12";
+    })
   ];
 
   nativeBuildInputs = [ cmake pkgconfig ];