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:
Vladimír Čunát
2021-07-29 11:55:38 +02:00
parent 85924eaaa8
commit f90d817036

View File

@@ -55,7 +55,7 @@ stdenv.mkDerivation {
];
postPatch = ''
patchShebangs scripts/bpf_helpers_doc.py
patchShebangs scripts/bpf*_doc.py
'';
doCheck = false; # requires "sparse"