lttng-ust: refactor

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

authored by Adrien Devresse and committed by Bjørn Forsman 52f63106 c0aa8f5f

+3 -1
+3 -1
pkgs/development/tools/misc/lttng-ust/default.nix
··· 20 sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs"; 21 }; 22 23 - buildInputs = [ liburcu python ]; 24 25 preConfigure = '' 26 patchShebangs . 27 ''; 28 29 meta = with stdenv.lib; { 30 description = "LTTng Userspace Tracer libraries";
··· 20 sha256 = "1avx4p71g9m3zvynhhhysxnpkqyhhlv42xiv9502bvp3nwfkgnqs"; 21 }; 22 23 + buildInputs = [ python ]; 24 25 preConfigure = '' 26 patchShebangs . 27 ''; 28 + 29 + propagatedBuildInputs = [ liburcu ]; 30 31 meta = with stdenv.lib; { 32 description = "LTTng Userspace Tracer libraries";