Archived
1
0
Fork 0

gnu: procenv: Check is a native input.

* gnu/packages/linux.scm (procenv)[inputs]: Move CHECK ...
[native-inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-07-25 12:57:40 +02:00
parent 406f3f9b8a
commit edce3b955d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6420,12 +6420,16 @@ the MTP device as a file system.")
(base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn")))) (base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags '("--disable-silent-rules"))) (arguments `(#:configure-flags '("--disable-silent-rules")))
(native-inputs `(("groff" ,groff) ; for tests (native-inputs
("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)
(inputs `(("check" ,check)
("expat" ,expat) ;; For tests.
("libcap" ,libcap) ("check" ,check)
("libselinux" ,libselinux))) ("groff" ,groff)))
(inputs
`(("expat" ,expat)
("libcap" ,libcap)
("libselinux" ,libselinux)))
(synopsis "Utility to show process environment") (synopsis "Utility to show process environment")
(description "Procenv is a command-line tool that displays as much detail about (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 itself and its environment as possible. It can be used as a test