lttng-ust: refactor
liburcu appears in the public API of LTTNG: it should be a propagatedBuildInputs.
This commit is contained in:
parent
c0aa8f5fb8
commit
52f6310626
@ -20,12 +20,14 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs";
|
sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ liburcu python ];
|
buildInputs = [ python ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ liburcu ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "LTTng Userspace Tracer libraries";
|
description = "LTTng Userspace Tracer libraries";
|
||||||
homepage = http://lttng.org/;
|
homepage = http://lttng.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user