avro-c++: use python2
python 2 print statement
This commit is contained in:
parent
37eba07810
commit
c531ff2fe8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user