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
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions

View File

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