me
/
guix
Archived
1
0
Fork 0

gnu: swappy: Add gettext input.

* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brian Cully 2023-04-17 21:45:34 -04:00 committed by Ludovic Courtès
parent bc36da1426
commit 2870fd77ea
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1934,7 +1934,7 @@ Features:
(list pkg-config scdoc
`(,glib "bin"))) ; for 'glib-compile-resources'
(inputs
(list gtk+ libnotify))
(list gtk+ libnotify gettext-minimal))
(propagated-inputs
;; Needed to properly render the icons.
(list font-awesome))