diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-18 00:04:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-18 08:45:40 +0200 |
commit | 98b89f432103b66efacee0bcba41a94148b8e870 (patch) | |
tree | c4e0e66bd7e17c0c28f9a3e8a74bb25fa15f5335 /gnu/packages/gnome.scm | |
parent | 5ce6c2d91dd4dfaa48b3ece0f6a94a8c90415458 (diff) | |
download | guix-98b89f432103b66efacee0bcba41a94148b8e870.tar.gz |
gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification.
* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 15719ef8e7..aebb81419c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5114,7 +5114,8 @@ services for numerous locations.") name "-" version ".tar.xz")) (sha256 (base32 - "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr")))) + "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr")) + (patches (search-patches "gnome-settings-daemon-gc.patch")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |