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 @@ (define-public lsof (sha256 (base32 "061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41")))) (build-system gnu-build-system) - (inputs `(("perl" ,perl))) + (native-inputs `(("perl" ,perl))) (arguments `(#:tests? #f ; no test target #:phases