1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

spice-up: clean up

This commit is contained in:
Jan Tojnar 2018-03-22 15:21:05 +01:00
parent e539a43988
commit 9de4363fb4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -6,6 +6,7 @@
, gtk3
, granite
, gnome3
, gobjectIntrospection
, json-glib
, cmake
, ninja
@ -26,11 +27,6 @@ stdenv.mkDerivation rec {
};
USER = "nix-build-user";
XDG_DATA_DIRS = stdenv.lib.concatStringsSep ":" [
"${granite}/share"
"${gnome3.libgee}/share"
];
nativeBuildInputs = [
pkgconfig
wrapGAppsHook
@ -39,6 +35,7 @@ stdenv.mkDerivation rec {
ninja
gettext
libxml2
gobjectIntrospection # For setup hook
];
buildInputs = [
gtk3
@ -47,7 +44,6 @@ stdenv.mkDerivation rec {
json-glib
libgudev
libevdev
gnome3.gnome-themes-standard
];
meta = with stdenv.lib; {