bpftools: fix

At some point the name of the doc-tool script changed and we stopped
patching up the shabang line. The new one is just scripts/bpf_doc.py.
launchpad/nixpkgs/master
Harrison Houghton 3 years ago
parent c40d0126f8
commit 8997f8cc70
  1. 2
      pkgs/os-specific/linux/bpftools/default.nix

@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ libopcodes libbfd libelf zlib readline ];
preConfigure = ''
patchShebangs scripts/bpf_helpers_doc.py
patchShebangs scripts/bpf_doc.py
cd tools/bpf
substituteInPlace ./bpftool/Makefile \

Loading…
Cancel
Save