~ruther/guix-local

57774ae150dad563767d6d573e206b45fce4683c — Tobias Geerinckx-Rice 8 years ago cb443e5
gnu: lsof: Make perl a native input.

* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here...
[native-inputs]: ...to here.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/lsof.scm
M gnu/packages/lsof.scm => gnu/packages/lsof.scm +1 -1
@@ 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