diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 01:51:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 06:00:29 +0100 |
commit | 57774ae150dad563767d6d573e206b45fce4683c (patch) | |
tree | 7964e80405fc382e608b2f2d1894d30c80290778 /gnu/packages | |
parent | cb443e55dcfdce628c0f4f81269adad9fed414d2 (diff) | |
download | patches-57774ae150dad563767d6d573e206b45fce4683c.tar 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')
-rw-r--r-- | gnu/packages/lsof.scm | 2 |
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 |