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 , 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
]; ];