forked from mirrors/nixpkgs
clementine: build with required patches
This commit is contained in:
parent
5c0512aca0
commit
1c08ecc94c
1 changed files with 5 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
||||||
, usbmuxd, libmtp, gvfs, libcdio, protobuf, libspotify, qca2, pkgconfig
|
, usbmuxd, libmtp, gvfs, libcdio, protobuf, libspotify, qca2, pkgconfig
|
||||||
, sparsehash, config, makeWrapper, gst_plugins }:
|
, sparsehash, config, makeWrapper, gst_plugins }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.2.3";
|
version = "1.2.3";
|
||||||
|
|
||||||
withSpotify = config.clementine.spotify or false;
|
withSpotify = config.clementine.spotify or false;
|
||||||
|
@ -18,7 +18,10 @@ let
|
||||||
sha256 = "1gx1109i4pylz6x7gvp4rdzc6dvh0w6in6hfbygw01d08l26bxbx";
|
sha256 = "1gx1109i4pylz6x7gvp4rdzc6dvh0w6in6hfbygw01d08l26bxbx";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./clementine-1.2.1-include-paths.patch ];
|
patches = [
|
||||||
|
./clementine-1.2.1-include-paths.patch
|
||||||
|
./clementine-dbus-namespace.patch
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost
|
boost
|
||||||
|
@ -55,11 +58,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
patches = [
|
|
||||||
./clementine-1.2.1-include-paths.patch
|
|
||||||
./clementine-dbus-namespace.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wrapped
|
wrapped
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
Loading…
Add table
Reference in a new issue