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
1 changed files with 3 additions and 1 deletions
|
@ -20,11 +20,13 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs";
|
||||
};
|
||||
|
||||
buildInputs = [ liburcu python ];
|
||||
buildInputs = [ python ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ liburcu ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LTTng Userspace Tracer libraries";
|
||||
|
|
Loading…
Reference in a new issue