guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: procenv: Check is a native input.


From: guix-commits
Subject: 03/18: gnu: procenv: Check is a native input.
Date: Sat, 25 Jul 2020 12:49:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit edce3b955d4acd0e94a2bb05a4241bb75b545330
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 25 12:57:40 2020 +0200

    gnu: procenv: Check is a native input.
    
    * gnu/packages/linux.scm (procenv)[inputs]: Move CHECK ...
    [native-inputs]: ... here.
---
 gnu/packages/linux.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6f98277..ea47a8f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6420,12 +6420,16 @@ the MTP device as a file system.")
       (base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags '("--disable-silent-rules")))
-   (native-inputs `(("groff" ,groff) ; for tests
-                    ("pkg-config" ,pkg-config)))
-   (inputs `(("check" ,check)
-             ("expat" ,expat)
-             ("libcap" ,libcap)
-             ("libselinux" ,libselinux)))
+   (native-inputs
+    `(("pkg-config" ,pkg-config)
+
+      ;; For tests.
+      ("check" ,check)
+      ("groff" ,groff)))
+   (inputs
+    `(("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
 itself and its environment as possible.  It can be used as a test



reply via email to

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