gnu: gfeeds: Add missing gettext-minimal.
* gnu/packages/syndication.scm (gfeeds)[inputs]: Add gettext-minimal.
This commit is contained in:
parent
30a252760f
commit
2ec69787aa
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ parser. It is \"not fit for use at this point\", but gfeeds uses it anyway.")
|
||||||
(list `(,glib "bin")
|
(list `(,glib "bin")
|
||||||
blueprint-compiler
|
blueprint-compiler
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
gettext-minimal
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
|
|
Reference in a new issue