From 57774ae150dad563767d6d573e206b45fce4683c Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Mon, 19 Feb 2018 01:51:34 +0100
Subject: [PATCH] gnu: lsof: Make perl a native input.

* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here...
[native-inputs]: ...to here.
---
 gnu/packages/lsof.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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