3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libbpf: Propagate pkg-config Requirements.

* gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and
zlib, …
[propagated-inputs]: …this.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-19 03:22:20 +02:00
parent f9a6e3894b
commit 84e2853147
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7363,11 +7363,12 @@ persistent over reboots.")
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
(propagated-inputs
;; In Requires.private of libbpf.pc.
`(("libelf" ,libelf)
("zlib" ,zlib)))
(arguments
`(#:tests? #f ; No tests
`(#:tests? #f ; no tests
#:make-flags
(list
(string-append "PREFIX=''")