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:
Mathieu Othacehe 2021-09-26 09:46:56 +00:00
parent b46a3564bb
commit 57b85e37b2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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)