avro-c++: use python2

python 2 print statement
This commit is contained in:
Frederik Rietdijk 2016-10-18 09:09:21 +02:00
parent 37eba07810
commit c531ff2fe8

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, boost155, pythonPackages
{ stdenv, fetchurl, cmake, boost155, python2
}:
let version = "1.7.5"; in
@ -14,7 +14,7 @@ stdenv.mkDerivation {
buildInputs = [
cmake
boost155
pythonPackages.python
python2
];
enableParallelBuilding = true;