Merge pull request #205098 from wegank/opentsdb-python

opentsdb: python2 -> python3
This commit is contained in:
Thiago Kenji Okada 2022-12-08 23:26:17 +00:00 committed by GitHub
commit 35fc64585f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ lib, stdenv, autoconf, automake, curl, fetchurl, fetchpatch, jdk8, makeWrapper, nettools
, python2, git
, python3, git
}:
let jdk = jdk8; jre = jdk8.jre; in
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ makeWrapper autoconf automake ];
buildInputs = [ curl jdk nettools python2 git ];
buildInputs = [ curl jdk nettools python3 git ];
preConfigure = ''
patchShebangs ./build-aux/