summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/libraries/avro-c++/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/avro-c++/default.nix b/pkgs/development/libraries/avro-c++/default.nix
index 2cd03253e7e..6b3de6d3b62 100644
--- a/pkgs/development/libraries/avro-c++/default.nix
+++ b/pkgs/development/libraries/avro-c++/default.nix
@@ -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;