mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05: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:
parent
f9a6e3894b
commit
84e2853147
1 changed files with 3 additions and 2 deletions
|
@ -7363,11 +7363,12 @@ (define-public libbpf
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
;; In Requires.private of libbpf.pc.
|
||||||
`(("libelf" ,libelf)
|
`(("libelf" ,libelf)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests
|
`(#:tests? #f ; no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list
|
(list
|
||||||
(string-append "PREFIX=''")
|
(string-append "PREFIX=''")
|
||||||
|
|
Loading…
Reference in a new issue