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:
parent
cb443e55dc
commit
57774ae150
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue