linuxPackages_latest.perf: fix build
Broken by kernel updates; NixPkgs master fixed this in a128e443c, but I decided to be more conservative.
This commit is contained in:
parent
85924eaaa8
commit
f90d817036
|
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs scripts/bpf_helpers_doc.py
|
||||
patchShebangs scripts/bpf*_doc.py
|
||||
'';
|
||||
|
||||
doCheck = false; # requires "sparse"
|
||||
|
|
Loading…
Reference in New Issue