spice-up: clean up
This commit is contained in:
parent
e539a43988
commit
9de4363fb4
@ -6,6 +6,7 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, granite
|
, granite
|
||||||
, gnome3
|
, gnome3
|
||||||
|
, gobjectIntrospection
|
||||||
, json-glib
|
, json-glib
|
||||||
, cmake
|
, cmake
|
||||||
, ninja
|
, ninja
|
||||||
@ -26,11 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
USER = "nix-build-user";
|
USER = "nix-build-user";
|
||||||
|
|
||||||
XDG_DATA_DIRS = stdenv.lib.concatStringsSep ":" [
|
|
||||||
"${granite}/share"
|
|
||||||
"${gnome3.libgee}/share"
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
@ -39,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
ninja
|
ninja
|
||||||
gettext
|
gettext
|
||||||
libxml2
|
libxml2
|
||||||
|
gobjectIntrospection # For setup hook
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
@ -47,7 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
json-glib
|
json-glib
|
||||||
libgudev
|
libgudev
|
||||||
libevdev
|
libevdev
|
||||||
gnome3.gnome-themes-standard
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user