GNU bug report logs -
#61790
[PATCH core-updates 0/5] Package cleanups: Guile, GnuTLS, ncurses
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sat, 25 Feb 2023 18:56:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 61790 <at> debbugs.gnu.org (full text, mbox):
* 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 @@ (define-public gnu-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
--
2.39.1
This bug report was last modified 2 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.