guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 23/31: gnu: help2man: Fix cross-compilation.
Date: Mon, 8 Jul 2019 05:43:41 -0400 (EDT)

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

commit 2d86a84db6df3f05e8d7b03f76bd0a946559cd67
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Jul 5 10:58:04 2019 +0200

    gnu: help2man: Fix cross-compilation.
    
    * gnu/packages/man.scm (help2man)[inputs]: Turn into ...
    [native-inputs]: ... that.
---
 gnu/packages/man.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 04c800e..6b5de3d 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -210,7 +210,7 @@ Linux kernel and C library interfaces employed by 
user-space programs.")
     (build-system gnu-build-system)
     (arguments `(;; There's no `check' target.
                  #:tests? #f))
-    (inputs
+    (native-inputs
      `(("perl" ,perl)
        ;; TODO: Add these optional dependencies.
        ;; ("perl-LocaleGettext" ,perl-LocaleGettext)



reply via email to

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