mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: procenv: Find 'check' during configure phase.
* gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
526789a1ac
commit
865741166b
1 changed files with 1 additions and 0 deletions
|
@ -4419,6 +4419,7 @@ (define-public procenv
|
|||
(base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
|
||||
(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
|
||||
("libselinux" ,libselinux)))
|
||||
|
|
Loading…
Reference in a new issue