clementine: build with required patches

This commit is contained in:
Thomas Tuegel 2015-05-02 13:30:53 -05:00
parent 5c0512aca0
commit 1c08ecc94c

View File

@ -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