diff options
author | Brian Cully <bjc@spork.org> | 2023-04-17 21:45:34 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-23 22:40:51 +0200 |
commit | 2870fd77ea9c6b2dc63acbf516d77e538960d855 (patch) | |
tree | 31774b07f2f41418f742f692271e61a7e954e9de /gnu/packages | |
parent | bc36da14260916748ee8ae14e99c412d3dd8e9f1 (diff) |
gnu: swappy: Add gettext input.
* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 7858c24c3e..1f98895daa 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -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)) |