mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: gnome: Add missing inputs.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-getting-started-docs, gnome-menus, gnome-user-docs, hicolor-icon-theme, gnome-online-accounts. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
fadc4f10aa
commit
7922b6f795
1 changed files with 9 additions and 2 deletions
|
@ -7279,8 +7279,9 @@ (define-public gnome
|
|||
(propagated-inputs
|
||||
;; TODO: Add or remove packages according to:
|
||||
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
|
||||
`(
|
||||
;; GNOME-Core-OS-Services
|
||||
`(("accountsservice" ,accountsservice)
|
||||
("accountsservice" ,accountsservice)
|
||||
("network-manager" ,network-manager)
|
||||
("packagekit" ,packagekit)
|
||||
("upower" ,upower)
|
||||
|
@ -7292,12 +7293,15 @@ (define-public gnome
|
|||
("gnome-bluetooth" ,gnome-bluetooth)
|
||||
("gnome-control-center" ,gnome-control-center)
|
||||
("gnome-desktop" ,gnome-desktop)
|
||||
("gnome-getting-started-docs" ,gnome-getting-started-docs)
|
||||
("gnome-keyring" ,gnome-keyring)
|
||||
("gnome-menus" ,gnome-menus)
|
||||
("gnome-session" ,gnome-session)
|
||||
("gnome-settings-daemon" ,gnome-settings-daemon)
|
||||
("gnome-shell-extensions" ,gnome-shell-extensions)
|
||||
("gnome-shell" ,gnome-shell)
|
||||
("gnome-themes-extra" ,gnome-themes-extra)
|
||||
("gnome-user-docs" ,gnome-user-docs)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gvfs" ,gvfs)
|
||||
("mutter" ,mutter)
|
||||
|
@ -7324,7 +7328,10 @@ (define-public gnome
|
|||
("nautilus" ,nautilus)
|
||||
("simple-scan" ,simple-scan)
|
||||
("totem" ,totem)
|
||||
("yelp" ,yelp)))
|
||||
("yelp" ,yelp)
|
||||
;; Others
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
("gnome-online-accounts" ,gnome-online-accounts)))
|
||||
(synopsis "The GNU desktop environment")
|
||||
(home-page "https://www.gnome.org/")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue