lttng-ust: refactor

liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.

Changed files
+3 -1
pkgs
development
tools
misc
lttng-ust
+3 -1
pkgs/development/tools/misc/lttng-ust/default.nix
···
sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs";
};
-
buildInputs = [ liburcu python ];
+
buildInputs = [ python ];
preConfigure = ''
patchShebangs .
'';
+
+
propagatedBuildInputs = [ liburcu ];
meta = with stdenv.lib; {
description = "LTTng Userspace Tracer libraries";