mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 12:46:43 +01:00
gnu: gnome: Add gnome-music and gnome-photo.
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix the indentation.
This commit is contained in:
parent
b46a3564bb
commit
57b85e37b2
1 changed files with 6 additions and 9 deletions
|
@ -9277,15 +9277,12 @@ (define-public gnome
|
|||
(build-system trivial-build-system)
|
||||
(arguments '(#:builder (begin (mkdir %output) #t)))
|
||||
(propagated-inputs
|
||||
;; TODO: Add or remove packages according to:
|
||||
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
|
||||
`(
|
||||
;; GNOME-Core-OS-Services
|
||||
`(;; GNOME-Core-OS-Services
|
||||
("accountsservice" ,accountsservice)
|
||||
("network-manager" ,network-manager)
|
||||
("packagekit" ,packagekit)
|
||||
("upower" ,upower)
|
||||
;; GNOME-Core-Shell
|
||||
;; GNOME-Core-Shell
|
||||
("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||
("gdm" ,gdm)
|
||||
("glib-networking" ,glib-networking)
|
||||
|
@ -9311,7 +9308,7 @@ (define-public gnome
|
|||
("orca" ,orca)
|
||||
("rygel" ,rygel)
|
||||
("sushi" ,sushi)
|
||||
;; GNOME-Core-Utilities
|
||||
;; GNOME-Core-Utilities
|
||||
("baobab" ,baobab)
|
||||
("cheese" ,cheese)
|
||||
;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
|
||||
|
@ -9332,8 +9329,8 @@ (define-public gnome
|
|||
("gnome-disk-utility" ,gnome-disk-utility)
|
||||
("gnome-font-viewer" ,gnome-font-viewer)
|
||||
("gnome-maps" ,gnome-maps)
|
||||
; TODO: ("gnome-music" ,gnome-music)
|
||||
; TODO: ("gnome-photos" ,gnome-photos)
|
||||
("gnome-music" ,gnome-music)
|
||||
("gnome-photos" ,gnome-photos)
|
||||
("gnome-screenshot" ,gnome-screenshot)
|
||||
("gnome-system-monitor" ,gnome-system-monitor)
|
||||
("gnome-terminal" ,gnome-terminal)
|
||||
|
@ -9342,7 +9339,7 @@ (define-public gnome
|
|||
("simple-scan" ,simple-scan)
|
||||
("totem" ,totem)
|
||||
("yelp" ,yelp)
|
||||
;; Others
|
||||
;; Others
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
("gnome-online-accounts" ,gnome-online-accounts)
|
||||
|
||||
|
|
Loading…
Reference in a new issue