about summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-02 13:30:53 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-02 13:30:53 -0500
commit1c08ecc94cf954496a23435e7d2ee4d3dc70a463 (patch)
tree8bb54c58c70df49611e835d5de776d24e33ffb6f /pkgs/applications/audio/clementine
parent5c0512aca04dfe04e8188704b66efafd1e0679ff (diff)
downloadnixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar.gz
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar.bz2
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar.lz
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar.xz
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.tar.zst
nixlib-1c08ecc94cf954496a23435e7d2ee4d3dc70a463.zip
clementine: build with required patches
Diffstat (limited to 'pkgs/applications/audio/clementine')
-rw-r--r--pkgs/applications/audio/clementine/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index 4b56052e4782..c60c3e99741e 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -3,7 +3,7 @@
 , usbmuxd, libmtp, gvfs, libcdio, protobuf, libspotify, qca2, pkgconfig
 , sparsehash, config, makeWrapper, gst_plugins }:
 
-let 
+let
   version = "1.2.3";
 
   withSpotify = config.clementine.spotify or false;
@@ -18,7 +18,10 @@ let
       sha256 = "1gx1109i4pylz6x7gvp4rdzc6dvh0w6in6hfbygw01d08l26bxbx";
     };
 
-    patches = [ ./clementine-1.2.1-include-paths.patch ];
+    patches = [
+      ./clementine-1.2.1-include-paths.patch
+      ./clementine-dbus-namespace.patch
+    ];
 
     buildInputs = [
       boost
@@ -55,11 +58,6 @@ stdenv.mkDerivation {
 
   src = ./.;
 
-  patches = [
-    ./clementine-1.2.1-include-paths.patch
-    ./clementine-dbus-namespace.patch
-  ];
-
   buildInputs = [
     wrapped
     makeWrapper