diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-26 09:46:56 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:39 +0000 |
commit | 57b85e37b25f579c656c7bffc0343b2c83bdbf48 (patch) | |
tree | f13f38237a5e4d9910cf99a8a8031f68f61acd23 | |
parent | b46a3564bbf7bd99ae0b4ddeaec470e337dd0e39 (diff) | |
download | guix-57b85e37b25f579c656c7bffc0343b2c83bdbf48.tar.gz |
gnu: gnome: Add gnome-music and gnome-photo.
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix the indentation.
-rw-r--r-- | gnu/packages/gnome.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ec4efc239e..1b27b1257a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9277,15 +9277,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) @@ -9311,7 +9308,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 @@ -9332,8 +9329,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) @@ -9342,7 +9339,7 @@ world.") ("simple-scan" ,simple-scan) ("totem" ,totem) ("yelp" ,yelp) - ;; Others + ;; Others ("hicolor-icon-theme" ,hicolor-icon-theme) ("gnome-online-accounts" ,gnome-online-accounts) |