Merge pull request #108682 from NobbZ/lttng-ust-python3

This commit is contained in:
Sandro
2021-01-07 23:00:00 +01:00
committed by GitHub
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, liburcu, python }: { stdenv, fetchurl, liburcu, python3 }:
# NOTE: # NOTE:
# ./configure ... # ./configure ...
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86"; sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86";
}; };
buildInputs = [ python ]; buildInputs = [ python3 ];
preConfigure = '' preConfigure = ''
patchShebangs . patchShebangs .