gnome-clocks: use wrapGAppsHook
This commit is contained in:
parent
95c2935061
commit
d74c414887
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, intltool, fetchurl, libgweather, libnotify
|
{ stdenv, intltool, fetchurl, libgweather, libnotify
|
||||||
, pkgconfig, gtk3, glib, hicolor_icon_theme, gsound
|
, pkgconfig, gtk3, glib, hicolor_icon_theme, gsound
|
||||||
, makeWrapper, itstool, libcanberra_gtk3, libtool
|
, makeWrapper, itstool, libcanberra_gtk3, libtool
|
||||||
, gnome3, librsvg, gdk_pixbuf, geoclue2 }:
|
, gnome3, librsvg, gdk_pixbuf, geoclue2, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-clocks-${gnome3.version}.1";
|
name = "gnome-clocks-${gnome3.version}.1";
|
||||||
@ -13,23 +13,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
buildInputs = [ pkgconfig gtk3 glib intltool itstool libcanberra_gtk3
|
||||||
gnome3.gsettings_desktop_schemas makeWrapper
|
gnome3.gsettings_desktop_schemas makeWrapper
|
||||||
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
gdk_pixbuf gnome3.adwaita-icon-theme librsvg
|
||||||
gnome3.gnome_desktop gnome3.geocode_glib geoclue2
|
gnome3.gnome_desktop gnome3.geocode_glib geoclue2
|
||||||
libgweather libnotify libtool gsound
|
libgweather libnotify libtool gsound
|
||||||
hicolor_icon_theme gnome3.adwaita-icon-theme ];
|
hicolor_icon_theme wrapGAppsHook ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preFixup = ''
|
|
||||||
wrapProgram "$out/bin/gnome-clocks" \
|
|
||||||
--set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \
|
|
||||||
--prefix XDG_DATA_DIRS : "${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Clocks;
|
homepage = https://wiki.gnome.org/Apps/Clocks;
|
||||||
description = "Clock application designed for GNOME 3";
|
description = "Clock application designed for GNOME 3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user