mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit e60429452f66cd691b1890fa1ad710530c8757d8
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Sep 26 09:46:56 2021 +0000
gnu: gnome: Add gnome-music and gnome-photo.
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix
the indentation.
---
gnu/packages/gnome.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ca4d056..95e1f1a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9268,15 +9268,12 @@ world.")
(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)
@@ -9302,7 +9299,7 @@ world.")
("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
@@ -9323,8 +9320,8 @@ world.")
("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)
@@ -9333,7 +9330,7 @@ world.")
("simple-scan" ,simple-scan)
("totem" ,totem)
("yelp" ,yelp)
- ;; Others
+ ;; Others
("hicolor-icon-theme" ,hicolor-icon-theme)
("gnome-online-accounts" ,gnome-online-accounts)