From 2870fd77ea9c6b2dc63acbf516d77e538960d855 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 17 Apr 2023 21:45:34 -0400 Subject: [PATCH] gnu: swappy: Add gettext input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal. Signed-off-by: Ludovic Courtès --- gnu/packages/image.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))