mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: gnome-initial-setup: Update description.
* gnu/packages/gnome.scm (gnome-initial-setup)[description]: Modify.
This commit is contained in:
parent
a26680eb70
commit
a65cc579b9
1 changed files with 6 additions and 3 deletions
|
@ -378,7 +378,9 @@ (define-public gnome-initial-setup
|
|||
"1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("-Dcheese=auto" "-Dsystemd=false")))
|
||||
'(#:configure-flags '(;; Enable camera support for user selfie.
|
||||
"-Dcheese=auto"
|
||||
"-Dsystemd=false")))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
|
@ -409,8 +411,9 @@ (define-public gnome-initial-setup
|
|||
("upower" ,upower)
|
||||
("webkitgtk" ,webkitgtk)))
|
||||
(synopsis "Initial setup wizard for GNOME desktop")
|
||||
(description "GNOME Initial Setup aims to provide a simple, easy,
|
||||
and safe way to prepare a new system.")
|
||||
(description "This package provides a set-up wizard when a
|
||||
user logs into GNOME for the first time. It typically provides a
|
||||
tour of all gnome components and allows the user to set them up.")
|
||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-initial-setup")
|
||||
(license license:gpl2)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue