perf: fix build on 5.5 (#78847)

perf: fix build on 5.5
This commit is contained in:
Jörg Thalheim 2020-01-30 14:06:27 +00:00 committed by GitHub
commit 5b74cd2186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
# perf refers both to newt and slang
nativeBuildInputs = [
asciidoc xmlto docbook_xsl docbook_xml_dtd_45 libxslt
flex bison libiberty audit makeWrapper pkgconfig
flex bison libiberty audit makeWrapper pkgconfig python3
];
buildInputs = [
elfutils newt slang libunwind libbfd zlib openssl systemtap.stapBuild numactl
@ -54,6 +54,10 @@ stdenv.mkDerivation {
"-Wno-error=stringop-truncation"
];
postPatch = ''
patchShebangs scripts/bpf_helpers_doc.py
'';
doCheck = false; # requires "sparse"
doInstallCheck = false; # same