lttng-ust: refactor

liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.
This commit is contained in:
Adrien Devresse 2018-02-06 14:28:00 +01:00 committed by Bjørn Forsman
parent c0aa8f5fb8
commit 52f6310626

View file

@ -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";