gnu: swappy: Add gettext input.
* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bc36da1426
commit
2870fd77ea
1 changed files with 1 additions and 1 deletions
|
@ -1934,7 +1934,7 @@ Features:
|
||||||
(list pkg-config scdoc
|
(list pkg-config scdoc
|
||||||
`(,glib "bin"))) ; for 'glib-compile-resources'
|
`(,glib "bin"))) ; for 'glib-compile-resources'
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libnotify))
|
(list gtk+ libnotify gettext-minimal))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Needed to properly render the icons.
|
;; Needed to properly render the icons.
|
||||||
(list font-awesome))
|
(list font-awesome))
|
||||||
|
|
Reference in a new issue