nckx pushed a commit to branch master
in repository guix.
commit 57774ae150dad563767d6d573e206b45fce4683c
Author: Tobias Geerinckx-Rice <[email protected]>
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