lttng-ust: add missing python dependency
This commit is contained in:
parent
df929d6216
commit
f1b45f7d41
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, liburcu }:
|
{ stdenv, fetchurl, liburcu, python }:
|
||||||
|
|
||||||
# NOTE:
|
# NOTE:
|
||||||
# ./configure ...
|
# ./configure ...
|
||||||
@ -20,7 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "196snxrs1p205jz566rwxh7dqzsa3k16c7vm6k7i3gdvrmkx54dq";
|
sha256 = "196snxrs1p205jz566rwxh7dqzsa3k16c7vm6k7i3gdvrmkx54dq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ liburcu ];
|
buildInputs = [ liburcu python ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
patchShebangs .
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "LTTng Userspace Tracer libraries";
|
description = "LTTng Userspace Tracer libraries";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user