Skip to content

Commit

Permalink
lttng-ust: refactor
Browse files Browse the repository at this point in the history
liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.
  • Loading branch information
adevress authored and bjornfor committed Feb 7, 2018
1 parent c0aa8f5 commit 52f6310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/tools/misc/lttng-ust/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 52f6310

Please sign in to comment.