mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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)
|
||||
(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=''")
|
||||
|
|
Loading…
Reference in a new issue