guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: swappy: Add gettext input.


From: guix-commits
Subject: 02/04: gnu: swappy: Add gettext input.
Date: Sun, 23 Apr 2023 16:42:44 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 2870fd77ea9c6b2dc63acbf516d77e538960d855
Author: Brian Cully <bjc@spork.org>
AuthorDate: Mon Apr 17 21:45:34 2023 -0400

    gnu: swappy: Add gettext input.
    
    * gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]