mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gettext: Remove input label.
* gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Remove label.
This commit is contained in:
parent
6c96b30b2e
commit
ec93f243ff
1 changed files with 2 additions and 3 deletions
|
@ -169,9 +169,8 @@ (define-public gnu-gettext
|
||||||
(with-directory-excursion
|
(with-directory-excursion
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/share/emacs/site-lisp")
|
"/share/emacs/site-lisp")
|
||||||
(symlink "start-po.el" "gettext-autoloads.el")
|
(symlink "start-po.el" "gettext-autoloads.el"))))))))
|
||||||
#t)))))))
|
(native-inputs (list emacs-minimal)) ;for Emacs tools
|
||||||
(native-inputs `(("emacs" ,emacs-minimal))) ; for Emacs tools
|
|
||||||
(synopsis "Tools and documentation for translation")))
|
(synopsis "Tools and documentation for translation")))
|
||||||
|
|
||||||
(define-public libtextstyle
|
(define-public libtextstyle
|
||||||
|
|
Loading…
Reference in a new issue