[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/51: gnu: groff: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
36/51: gnu: groff: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:33 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 124c9e925aa301394e8f142b14be79b5b9d4d533
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:07 2021 +0200
gnu: groff: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/groff.scm (roffit): Remove trailing #t
[native-inputs]: Remove labels.
[inputs]: Add 'bash-minimal'.
(ronn-ng)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I6ffaf53d1389c49b96c964447989b9db45d6b509
---
gnu/packages/groff.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 94c0f23d7a..d4e1bc2127 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -34,6 +34,7 @@
#:use-module (guix build-system ruby)
#:use-module (guix gexp)
#:use-module (gnu packages)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages ruby)
#:use-module (gnu packages bison)
#:use-module (gnu packages flex)
@@ -199,17 +200,15 @@ is usually the formatter of \"man\" documentation pages.")
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(install-file "roffit" (string-append out "/bin"))
- (install-file "roffit.1" (string-append out
"/share/man/man1"))
- #t)))
+ (install-file "roffit.1"
+ (string-append out "/share/man/man1")))))
(add-after 'install 'wrap-program
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(wrap-program (string-append out "/bin/roffit")
- `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
- #t))))))
- (native-inputs `(("html-tree" ,perl-html-tree))) ; for test
- (inputs
- (list perl))
+ `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))))))))
+ (native-inputs (list perl-html-tree)) ; for test
+ (inputs (list bash-minimal perl))
(home-page "https://daniel.haxx.se/projects/roffit/")
(synopsis "Convert nroff files to HTML")
(description
@@ -258,7 +257,7 @@ It is typically used to display man pages on a web site.")
"ruby-mustache"
"ruby-nokogiri"))))))))))
(inputs
- (list ruby-kramdown ruby-mustache ruby-nokogiri))
+ (list bash-minimal ruby-kramdown ruby-mustache ruby-nokogiri))
(synopsis
"Build manuals in HTML and Unix man page format from Markdown")
(description
- 18/51: gnu: kde: Add 'bash' input for 'wrap-program'., (continued)
- 18/51: gnu: kde: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/51: gnu: gramps: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input., guix-commits, 2023/10/21
- 36/51: gnu: groff: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 41/51: gnu: mypaint: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 47/51: gnu: gunicorn: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21