mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue