~ruther/guix-local

3175906737ad038f21027af20b7c4d19949b2e1a — Liliana Marie Prikler 1 year, 8 months ago 205b79d
gnu: gnome-settings-daemon: Update to 47.2.

gnome-settings-daemon 46 has a hard requirement for systemd, which is fixed
with two upstream patches that are sadly not yet included in any public
release.  To not carry them around needlessly, jump straight ahead to 47.

* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 47.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 6084,7 6084,7 @@ services for numerous locations.")
(define-public gnome-settings-daemon
  (package
    (name "gnome-settings-daemon")
    (version "44.1")
    (version "47.2")
    (source
     (origin
       (method url-fetch)


@@ 6093,7 6093,7 @@ services for numerous locations.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
         "129rjhr2kvfd37fingz8737brh8a874hlw3xlh01658zv1r3nr8j"))
         "0nka7zfl4hzzk4066kk5cc8pmk7v3izhi4wihsh5b3w85s35idqy"))
       (patches (search-patches "gnome-settings-daemon-gc.patch"))))
    (build-system meson-build-system)
    (arguments