twister: use python2
This commit is contained in:
parent
12d9fe12f0
commit
99402f6a06
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, python
|
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, python2
|
||||||
, boost, db, openssl, geoip, libiconv, miniupnpc
|
, boost, db, openssl, geoip, libiconv, miniupnpc
|
||||||
, srcOnly, fetchgit
|
, srcOnly, fetchgit
|
||||||
}:
|
}:
|
||||||
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake libtool pkgconfig python
|
autoconf automake libtool pkgconfig python2
|
||||||
boost db openssl geoip miniupnpc libiconv
|
boost db openssl geoip miniupnpc libiconv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user