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 @@ world.")
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments '(#:builder (begin (mkdir %output) #t)))
|
(arguments '(#:builder (begin (mkdir %output) #t)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; TODO: Add or remove packages according to:
|
`(;; GNOME-Core-OS-Services
|
||||||
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
|
|
||||||
`(
|
|
||||||
;; GNOME-Core-OS-Services
|
|
||||||
("accountsservice" ,accountsservice)
|
("accountsservice" ,accountsservice)
|
||||||
("network-manager" ,network-manager)
|
("network-manager" ,network-manager)
|
||||||
("packagekit" ,packagekit)
|
("packagekit" ,packagekit)
|
||||||
("upower" ,upower)
|
("upower" ,upower)
|
||||||
;; GNOME-Core-Shell
|
;; GNOME-Core-Shell
|
||||||
("adwaita-icon-theme" ,adwaita-icon-theme)
|
("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
("gdm" ,gdm)
|
("gdm" ,gdm)
|
||||||
("glib-networking" ,glib-networking)
|
("glib-networking" ,glib-networking)
|
||||||
|
@ -9311,7 +9308,7 @@ world.")
|
||||||
("orca" ,orca)
|
("orca" ,orca)
|
||||||
("rygel" ,rygel)
|
("rygel" ,rygel)
|
||||||
("sushi" ,sushi)
|
("sushi" ,sushi)
|
||||||
;; GNOME-Core-Utilities
|
;; GNOME-Core-Utilities
|
||||||
("baobab" ,baobab)
|
("baobab" ,baobab)
|
||||||
("cheese" ,cheese)
|
("cheese" ,cheese)
|
||||||
;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
|
;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
|
||||||
|
@ -9332,8 +9329,8 @@ world.")
|
||||||
("gnome-disk-utility" ,gnome-disk-utility)
|
("gnome-disk-utility" ,gnome-disk-utility)
|
||||||
("gnome-font-viewer" ,gnome-font-viewer)
|
("gnome-font-viewer" ,gnome-font-viewer)
|
||||||
("gnome-maps" ,gnome-maps)
|
("gnome-maps" ,gnome-maps)
|
||||||
; TODO: ("gnome-music" ,gnome-music)
|
("gnome-music" ,gnome-music)
|
||||||
; TODO: ("gnome-photos" ,gnome-photos)
|
("gnome-photos" ,gnome-photos)
|
||||||
("gnome-screenshot" ,gnome-screenshot)
|
("gnome-screenshot" ,gnome-screenshot)
|
||||||
("gnome-system-monitor" ,gnome-system-monitor)
|
("gnome-system-monitor" ,gnome-system-monitor)
|
||||||
("gnome-terminal" ,gnome-terminal)
|
("gnome-terminal" ,gnome-terminal)
|
||||||
|
@ -9342,7 +9339,7 @@ world.")
|
||||||
("simple-scan" ,simple-scan)
|
("simple-scan" ,simple-scan)
|
||||||
("totem" ,totem)
|
("totem" ,totem)
|
||||||
("yelp" ,yelp)
|
("yelp" ,yelp)
|
||||||
;; Others
|
;; Others
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
("gnome-online-accounts" ,gnome-online-accounts)
|
("gnome-online-accounts" ,gnome-online-accounts)
|
||||||
|
|
||||||
|
|
Reference in a new issue