guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: procenv: Make some inputs native & make multiline.


From: guix-commits
Subject: 04/04: gnu: procenv: Make some inputs native & make multiline.
Date: Tue, 31 Mar 2020 03:42:23 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 479e74d603c6f0fd5549157df904cfad1761d7a2
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon Mar 30 22:42:28 2020 +0200

    gnu: procenv: Make some inputs native & make multiline.
    
    * 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 <address@hidden>
---
 gnu/packages/linux.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a45847c..945c15d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]