Merge #192274: lttng-ust: reduce runtime closure size

...into staging
This commit is contained in:
Vladimír Čunát 2022-09-29 09:52:18 +02:00
commit 5492cb0f9c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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;