3
0
Fork 0
forked from mirrors/nixpkgs

twister: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 13:52:11 +01:00
parent 12d9fe12f0
commit 99402f6a06

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, python
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, python2
, boost, db, openssl, geoip, libiconv, miniupnpc
, srcOnly, fetchgit
}:
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
autoconf automake libtool pkgconfig python
autoconf automake libtool pkgconfig python2
boost db openssl geoip miniupnpc libiconv
];