gnome3.gnome-clocks: clean up
This commit is contained in:
parent
aab23bc3b6
commit
c67782964e
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, meson, ninja, gettext, pkgconfig, wrapGAppsHook, itstool, desktop_file_utils
|
, meson, ninja, gettext, pkgconfig, wrapGAppsHook, itstool, desktop_file_utils
|
||||||
, vala, gtk3, glib, gsound, libcanberra_gtk3
|
, vala, gtk3, glib, gsound
|
||||||
, gnome3, gdk_pixbuf, geoclue2, libgweather }:
|
, gnome3, gdk_pixbuf, geoclue2, libgweather }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -8,14 +8,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ vala meson ninja pkgconfig gettext itstool wrapGAppsHook desktop_file_utils ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ gtk3 glib libcanberra_gtk3
|
vala meson ninja pkgconfig gettext itstool wrapGAppsHook desktop_file_utils
|
||||||
gnome3.gsettings_desktop_schemas
|
];
|
||||||
gdk_pixbuf gnome3.defaultIconTheme
|
buildInputs = [
|
||||||
gnome3.gnome_desktop gnome3.geocode_glib geoclue2
|
gtk3 glib gnome3.gsettings_desktop_schemas gdk_pixbuf gnome3.defaultIconTheme
|
||||||
libgweather gsound ];
|
gnome3.gnome_desktop gnome3.geocode_glib geoclue2 libgweather gsound
|
||||||
|
];
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
prePatch = "patchShebangs build-aux/";
|
prePatch = "patchShebangs build-aux/";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user