bcc: Split manuals into own output

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

Our bpftrace does the same already.
This commit is contained in:
Klemens Nanni 2022-06-05 01:50:58 +02:00 committed by Profpatsch
parent 7f06c138bf
commit 55fc0010c4

View File

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