mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 05:51:24 +03:00
Merge pull request #108682 from NobbZ/lttng-ust-python3
This commit is contained in:
commit
4e56648708
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, liburcu, python }:
|
||||
{ stdenv, fetchurl, liburcu, python3 }:
|
||||
|
||||
# NOTE:
|
||||
# ./configure ...
|
||||
@ -20,12 +20,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86";
|
||||
};
|
||||
|
||||
buildInputs = [ python ];
|
||||
buildInputs = [ python3 ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
|
||||
propagatedBuildInputs = [ liburcu ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user