From 58fd2385208a0713885422f2e9e23e4a6d5c0898 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 7 Jan 2022 04:26:16 +0100 Subject: gnu: txr: Remove input labels. * gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels. --- gnu/packages/lisp.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index f2c41a0524..8edff11cb3 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -926,14 +926,6 @@ the HTML documentation of 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 @@ the HTML documentation of 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 -- cgit v1.2.3