3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: txr: Remove input labels.

* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 04:26:16 +01:00
parent f561aca530
commit 58fd238520
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -926,14 +926,6 @@ the HTML documentation of TXR.")
(sha256 (sha256
(base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv")))) (base32 "1kp64h3ls8mddvrlaqqylrb3brckfrqvkk8049xn15mimfggg0xv"))))
(build-system gnu-build-system) (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 (arguments
`(#:configure-flags `(#:configure-flags
(list ,(string-append "cc=" (cc-for-target)) (list ,(string-append "cc=" (cc-for-target))
@ -989,6 +981,14 @@ the HTML documentation of TXR.")
(for-each (lambda (f) (install-file f doc)) (for-each (lambda (f) (install-file f doc))
'("txr-manpage.html" "txr-manpage.pdf"))) '("txr-manpage.html" "txr-manpage.pdf")))
#t))))) #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") (synopsis "General-purpose, multi-paradigm programming language")
(description (description
"TXR is a general-purpose, multi-paradigm programming language. It "TXR is a general-purpose, multi-paradigm programming language. It