mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: gnome-initial-setup: Update to 40.4.
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 40.4. [source]: Fix the URI. [inputs]: Remove gnome-getting-started-docs. Add elogind.
This commit is contained in:
parent
161c416957
commit
605a0c48f5
1 changed files with 4 additions and 4 deletions
|
@ -1472,15 +1472,15 @@ extraction, and lookup for applications on the desktop.")
|
||||||
(define-public gnome-initial-setup
|
(define-public gnome-initial-setup
|
||||||
(package
|
(package
|
||||||
(name "gnome-initial-setup")
|
(name "gnome-initial-setup")
|
||||||
(version "3.32.1")
|
(version "40.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
|
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
|
||||||
(version-major+minor version)
|
(version-major version)
|
||||||
"/gnome-initial-setup-" version ".tar.xz"))
|
"/gnome-initial-setup-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
|
"06q3p4f8g9zr7a4mw3qr556mi0dg9qzrj8n46ybdz93fxs26aaj1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '(;; Enable camera support for user selfie.
|
'(#:configure-flags '(;; Enable camera support for user selfie.
|
||||||
|
@ -1506,10 +1506,10 @@ extraction, and lookup for applications on the desktop.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("accountsservice" ,accountsservice)
|
`(("accountsservice" ,accountsservice)
|
||||||
;("adwaita-icon-theme" ,adwaita-icon-theme)
|
;("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
|
("elogind" ,elogind)
|
||||||
("gdm" ,gdm)
|
("gdm" ,gdm)
|
||||||
("geoclue" ,geoclue)
|
("geoclue" ,geoclue)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("gnome-getting-started-docs" ,gnome-getting-started-docs)
|
|
||||||
("gnome-online-accounts" ,gnome-online-accounts)
|
("gnome-online-accounts" ,gnome-online-accounts)
|
||||||
("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
|
("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue