lttng-ust: reduce runtime closure size

This commit is contained in:
Raphael Robatsch 2022-09-18 22:28:31 +02:00
parent cedd23b215
commit 0e2ed4b8ae

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
inherit sha256;
};
outputs = [ "bin" "out" "dev" "devdoc" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ numactl python3 ];
@ -29,6 +31,8 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
configureFlags = [ "--disable-examples" ];
propagatedBuildInputs = [ liburcu ];
enableParallelBuilding = true;