libbpf: fix build with structuredAttrs (#470978)

This commit is contained in:
Vladimír Čunát
2025-12-17 08:06:45 +00:00
committed by GitHub
+3 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
makeFlags = [
"PREFIX=$(out)"
"-C src"
"--directory=src"
];
passthru.tests = {
@@ -59,6 +59,8 @@ stdenv.mkDerivation rec {
# outputs = [ "out" "dev" ];
__structuredAttrs = true;
meta = {
description = "Library for loading eBPF programs and reading and manipulating eBPF objects from user-space";
homepage = "https://github.com/libbpf/libbpf";