lttng-ust: python2 => python3
whitespace cleanup
This commit is contained in:
parent
e44a4abdbe
commit
701ece608b
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, liburcu, python }:
|
{ stdenv, fetchurl, liburcu, python3 }:
|
||||||
|
|
||||||
# NOTE:
|
# NOTE:
|
||||||
# ./configure ...
|
# ./configure ...
|
||||||
@ -20,12 +20,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86";
|
sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ liburcu ];
|
propagatedBuildInputs = [ liburcu ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user