guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#36477] [PATCH v2 23/61] gnu: help2man: Fix cross-compilation.


From: Mathieu Othacehe
Subject: [bug#36477] [PATCH v2 23/61] gnu: help2man: Fix cross-compilation.
Date: Wed, 21 Aug 2019 10:54:17 +0200

* 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 d6005c1bd3..003ca370d4 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
-- 
2.17.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]