guix-commits
[Top][All Lists]
Advanced

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

23/64: gnu: help2man: Fix cross-compilation.


From: guix-commits
Subject: 23/64: gnu: help2man: Fix cross-compilation.
Date: Fri, 23 Aug 2019 04:10:18 -0400 (EDT)

mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit 1d5667c2d0205fb066bf567cc13e809038458d87
Author: Mathieu Othacehe <address@hidden>
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



reply via email to

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