summaryrefslogtreecommitdiff
path: root/gnu/packages/lsof.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-19 01:51:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-19 06:00:29 +0100
commit57774ae150dad563767d6d573e206b45fce4683c (patch)
tree7964e80405fc382e608b2f2d1894d30c80290778 /gnu/packages/lsof.scm
parentcb443e55dcfdce628c0f4f81269adad9fed414d2 (diff)
downloadguix-patches-57774ae150dad563767d6d573e206b45fce4683c.tar
guix-patches-57774ae150dad563767d6d573e206b45fce4683c.tar.gz
gnu: lsof: Make perl a native input.
* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here... [native-inputs]: ...to here.
Diffstat (limited to 'gnu/packages/lsof.scm')
-rw-r--r--gnu/packages/lsof.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index f8742b6af9..f9e9759cf2 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