diff options
Diffstat (limited to 'gnu/packages/syndication.scm')
-rw-r--r-- | gnu/packages/syndication.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index f7a6cea697..ed284be26b 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -137,7 +137,8 @@ ("xmllint" ,libxml2) ("xorg-server" ,xorg-server-for-tests))) (inputs - `(("glib" ,glib) + `(("bash" ,bash-minimal) ; for wrap-program + ("glib" ,glib) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gspell" ,gspell) ("gstreamer" ,gstreamer) @@ -201,7 +202,8 @@ cards.") (list gtk "bin") pkg-config)) (inputs - (list blueprint-compiler-0.4 + (list bash-minimal + blueprint-compiler-0.4 glib gtk gtksourceview @@ -379,7 +381,8 @@ file system, and many more features.") pkg-config which)) (inputs - (list glib + (list bash-minimal + glib glib-networking gnome-keyring gsettings-desktop-schemas |