diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-28 02:10:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-28 02:34:37 +0200 |
commit | 897897bda3ef2f7366560c45b92a6f39abca148f (patch) | |
tree | a847220989d0aeef1a9a61387f4e40710c6adf3d /gnu/packages/gnome.scm | |
parent | bdfd5d6f51b5e9b916780ca896a3a7f76bc742ca (diff) | |
download | guix-897897bda3ef2f7366560c45b92a6f39abca148f.tar.gz |
gnu: gnome: Add gnome-boxes.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 23684aabba..0d63579d4a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7895,7 +7895,7 @@ world.") ("evince" ,evince) ("file-roller" ,file-roller) ("gedit" ,gedit) - ; TODO: ("gnome-boxes" ,gnome-boxes) + ("gnome-boxes" ,gnome-boxes) ("gnome-calculator" ,gnome-calculator) ("gnome-calendar" ,gnome-calendar) ("gnome-characters" ,gnome-characters) |