mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 <m.othacehe@gmail.com>
This commit is contained in:
parent
5450e30172
commit
479e74d603
1 changed files with 5 additions and 3 deletions
|
@ -5867,9 +5867,11 @@ (define-public procenv
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue