diff options
author | Maxim Cournoyer <[email protected]> | 2022-08-18 20:59:42 -0400 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2022-09-13 00:20:35 -0400 |
commit | 97313b9b0c5d5977e66f318345523f5a2f3117e5 (patch) | |
tree | c40ecfad7d78a2d7ee37fbc3685768bcccd9c350 /gnu/packages/gnome.scm | |
parent | 8ff57b4cc3f20522e3f9845e5c95351cab8a3ae4 (diff) |
gnu: gdm: Update to 42.0.
* gnu/packages/gnome.scm (gdm): Update to 42.0.
[inputs]: Add libgudev.
* gnu/packages/patches/gdm-default-session.patch: Rebase patch.
* gnu/packages/patches/gdm-elogind-support.patch: Likewise.
* gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch: Likewise.
* gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch: Likewise.
* gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: Likewise.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d64c2b3a78..312e710d73 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8382,7 +8382,7 @@ library.") (define-public gdm (package (name "gdm") - (version "40.1") + (version "42.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8390,7 +8390,7 @@ library.") name "-" version ".tar.xz")) (sha256 (base32 - "1zbks7bwbys1pn7sk0aq0dbn09adx51amb441z4z4j28cvma3f5b")) + "0m9qmm3vm81jmqlc30a1fb79hsr4l4lpiw0zjxww3gipd6bsqa53")) (patches (search-patches "gdm-default-session.patch" @@ -8586,6 +8586,7 @@ logo='~a'~%" icon)))))) gtk+ iso-codes libcanberra + libgudev linux-pam)) (synopsis "Display manager for GNOME") (home-page "https://wiki.gnome.org/Projects/GDM/") |