diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-12 23:09:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-12 23:23:24 -0400 |
commit | 58dba446e398ea147a5fc9e90c5b678d11c3f815 (patch) | |
tree | 5d3693d182378794e60f9c405b6ae7d0d3cf22ac | |
parent | 0fc3d5a6d45b9ea6747d7d1d200f92dd4a5dee4c (diff) | |
download | guix-58dba446e398ea147a5fc9e90c5b678d11c3f815.tar.gz guix-58dba446e398ea147a5fc9e90c5b678d11c3f815.zip |
gnu: sushi: Add bash-minimal to inputs.
* gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9a05e844b0..cf50f3b46b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1613,7 +1613,8 @@ sharing to the masses.") gobject-introspection pkg-config)) (inputs - (list clutter + (list bash-minimal + clutter clutter-gst clutter-gtk evince ; For file previewing. |