mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: txr: Remove input labels.
* gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels.
This commit is contained in:
parent
f561aca530
commit
58fd238520
1 changed files with 8 additions and 8 deletions
|
@ -926,14 +926,6 @@ (define-public txr
|
|||
(sha256
|
||||
(base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
;; Required to build the documentation.
|
||||
`(("ghostscript" ,ghostscript)
|
||||
("groff" ,groff)
|
||||
("man2html" ,man-for-txr)))
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal)
|
||||
("libffi" ,libffi)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list ,(string-append "cc=" (cc-for-target))
|
||||
|
@ -989,6 +981,14 @@ (define-public txr
|
|||
(for-each (lambda (f) (install-file f doc))
|
||||
'("txr-manpage.html" "txr-manpage.pdf")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
;; Required to build the documentation.
|
||||
(list ghostscript
|
||||
groff
|
||||
man-for-txr))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
libffi))
|
||||
(synopsis "General-purpose, multi-paradigm programming language")
|
||||
(description
|
||||
"TXR is a general-purpose, multi-paradigm programming language. It
|
||||
|
|
Loading…
Reference in a new issue