mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
linuxPackages.perf: fix build for 5.13
This commit is contained in:
parent
5a18bbb4fa
commit
cba629ef41
@ -56,6 +56,7 @@ stdenv.mkDerivation {
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs scripts/bpf_helpers_doc.py
|
||||
patchShebangs scripts/bpf_doc.py
|
||||
'';
|
||||
|
||||
doCheck = false; # requires "sparse"
|
||||
|
Loading…
Reference in New Issue
Block a user