diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-28 15:39:54 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-28 15:41:49 +0200 |
commit | 57f8f69562e942557e3331bb81c7e4acd973d189 (patch) | |
tree | f104250cef9719eaed5d26bc93d7e08e9323fd04 /gnu/packages/gnome.scm | |
parent | a44e08337d15b3f254a35d0311663c2bbd501852 (diff) | |
download | guix-57f8f69562e942557e3331bb81c7e4acd973d189.tar guix-57f8f69562e942557e3331bb81c7e4acd973d189.tar.gz |
gnu: gnome-shell: Adjust for polkit 121.
* gnu/packages/patches/gnome-shell-polkit-autocleanup.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (gnome-shell)[source](patches): New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f028eb7611..251d08ae01 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8701,6 +8701,7 @@ properties, screen resolution, and other GNOME parameters.") (uri (string-append "mirror://gnome/sources/" name "/" (version-major version) "/" name "-" version ".tar.xz")) + (patches (search-patches "gnome-shell-polkit-autocleanup.patch")) (sha256 (base32 "0ragmcln210zvzhc2br33yprbkj9drjzd7inp5sdxra0a7l73yaj")))) |