guix-commits
[Top][All Lists]
Advanced

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

13/21: gnu: lsof: Make perl a native input.


From: Tobias Geerinckx-Rice
Subject: 13/21: gnu: lsof: Make perl a native input.
Date: Mon, 19 Feb 2018 00:07:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 57774ae150dad563767d6d573e206b45fce4683c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 19 01:51:34 2018 +0100

    gnu: lsof: Make perl a native input.
    
    * gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here...
    [native-inputs]: ...to here.
---
 gnu/packages/lsof.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index f8742b6..f9e9759 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -55,7 +55,7 @@
       (sha256
        (base32 "061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
    (build-system gnu-build-system)
-   (inputs `(("perl" ,perl)))
+   (native-inputs `(("perl" ,perl)))
    (arguments
     `(#:tests? #f ; no test target
       #:phases



reply via email to

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