mothacehe pushed a commit to branch core-updates
in repository guix.
commit 642328abcdd5986c177702fa7cb20bb9aef35d17
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 42e1918..79e24cf 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