GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
It is required for cross-compilation.
* gnu/packages/groff.scm
(roffit)[inputs]: Add 'bash-minimal'.
(ronn-ng)[inputs]: Likewise.
---
gnu/packages/groff.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index fdb8440a39..ec732eac42 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -33,6 +33,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system ruby)
#:use-module (gnu packages)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages ruby)
#:use-module (gnu packages bison)
#:use-module (gnu packages ghostscript)
@@ -207,7 +208,8 @@ is usually the formatter of \"man\" documentation pages.")
#t))))))
(native-inputs `(("html-tree" ,perl-html-tree))) ; for test
(inputs
- `(("perl" ,perl)))
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("perl" ,perl)))
(home-page "https://daniel.haxx.se/projects/roffit/")
(synopsis "Convert nroff files to HTML")
(description
@@ -250,7 +252,8 @@ It is typically used to display man pages on a web site.")
"ruby-nokogiri")))))
#t)))))
(inputs
- `(("ruby-kramdown" ,ruby-kramdown)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("ruby-kramdown" ,ruby-kramdown)
("ruby-mustache" ,ruby-mustache)
("ruby-nokogiri" ,ruby-nokogiri)))
(synopsis
--
2.32.0
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.