guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gettext: Remove input label.


From: guix-commits
Subject: 04/05: gnu: gettext: Remove input label.
Date: Sun, 26 Feb 2023 16:48:51 -0500 (EST)

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

commit ec93f243ff1a698c66af66108cbf956060c206c8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Feb 25 19:45:28 2023 +0100

    gnu: gettext: Remove input label.
    
    * gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Remove label.
---
 gnu/packages/gettext.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 0cc424acae..193786028b 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -169,9 +169,8 @@ translated messages from the catalogs.  Nearly all GNU 
packages use Gettext.")
                 (with-directory-excursion
                     (string-append (assoc-ref outputs "out")
                                    "/share/emacs/site-lisp")
-                  (symlink "start-po.el" "gettext-autoloads.el")
-                  #t)))))))
-    (native-inputs `(("emacs" ,emacs-minimal)))   ; for Emacs tools
+                  (symlink "start-po.el" "gettext-autoloads.el"))))))))
+    (native-inputs (list emacs-minimal))          ;for Emacs tools
     (synopsis "Tools and documentation for translation")))
 
 (define-public libtextstyle



reply via email to

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