mothacehe pushed a commit to branch wip-cross-system
in repository guix.
commit 0d460a06e1bd491a08fbc71e7dd184a28a51e1fe
Author: Mathieu Othacehe <[email protected]>
Date: Fri Jul 5 10:58:04 2019 +0200
gnu: help2man: Fix cross-compilation.
* gnu/packages/man.scm (help2man)[native-inputs]: Add perl.
---
gnu/packages/man.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index d6005c1..003ca37 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -216,6 +216,8 @@ Linux kernel and C library interfaces employed by
user-space programs.")
;; ("perl-LocaleGettext" ,perl-LocaleGettext)
;; ("gettext" ,gettext-minimal)
))
+ (native-inputs
+ `(("perl" ,perl)))
(home-page "https://www.gnu.org/software/help2man/")
(synopsis "Automatically generate man pages from program --help")
(description