guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libbpf: Propagate pkg-config Requirements.


From: guix-commits
Subject: 01/02: gnu: libbpf: Propagate pkg-config Requirements.
Date: Sun, 20 Sep 2020 12:34:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84e2853147d3fd683af2b62ad2c5c639c4894fee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 19 03:22:20 2020 +0200

    gnu: libbpf: Propagate pkg-config Requirements.
    
    * gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and
    zlib, …
    [propagated-inputs]: …this.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5329d70..bbe801b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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=''")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]