bcc: Split manuals into own output

This should avoid manual cache/database rebuilds whenever tools alone
change.

Our bpftrace does the same already.
main
Klemens Nanni 2 years ago committed by Profpatsch
parent 7f06c138bf
commit 55fc0010c4
  1. 2
      pkgs/os-specific/linux/bcc/default.nix

@ -77,6 +77,8 @@ python.pkgs.buildPythonApplication rec {
wrapPythonProgramsIn "$out/share/bcc/tools" "$out $pythonPath"
'';
outputs = [ "out" "man" ];
passthru.tests = {
bpf = nixosTests.bpf;
};

Loading…
Cancel
Save