lttng-ust: refactor

liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.
wip/yesman
Adrien Devresse 6 years ago committed by Bjørn Forsman
parent c0aa8f5fb8
commit 52f6310626
  1. 4
      pkgs/development/tools/misc/lttng-ust/default.nix

@ -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…
Cancel
Save