3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: lsof: Make perl a native input.

* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here...
[native-inputs]: ...to here.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-19 01:51:34 +01:00
parent cb443e55dc
commit 57774ae150
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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