mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
bpftools: add debug info
This commit is contained in:
parent
3270aacb32
commit
14006c6195
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
inherit (linuxHeaders) version src;
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
patches = [
|
||||
# fix unknown type name '__vector128' on ppc64le
|
||||
./include-asm-types-for-ppc64le.patch
|
||||
|
Loading…
Reference in New Issue
Block a user