gnu: procenv: Make some inputs native & make multiline.
authorVincent Legoll <vincent.legoll@gmail.com>
Mon, 30 Mar 2020 20:42:28 +0000 (22:42 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 31 Mar 2020 07:41:54 +0000 (09:41 +0200)
* gnu/packages/linux.scm (procenv)[native-inputs]: New field.
[inputs]: Move groff to native-inputs, move each remaining item on its own line.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
gnu/packages/linux.scm

index a45847c..945c15d 100644 (file)
@@ -5867,9 +5867,11 @@ the MTP device as a file system.")
       (base32 "1javw97yw0qvjmj14js8vw6nsfyf2xc0kfiyq5f2hsp0553w2cdq"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags '("--disable-silent-rules")))
-   (native-inputs `(("pkg-config" ,pkg-config)))
-   (inputs `(("expat" ,expat) ("libcap" ,libcap) ("check" ,check)
-             ("groff" ,groff)           ; for tests
+   (native-inputs `(("groff" ,groff) ; for tests
+                    ("pkg-config" ,pkg-config)))
+   (inputs `(("check" ,check)
+             ("expat" ,expat)
+             ("libcap" ,libcap)
              ("libselinux" ,libselinux)))
    (synopsis "Utility to show process environment")
    (description "Procenv is a command-line tool that displays as much detail about