about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-08-02 11:03:11 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-08-02 11:03:11 +0200
commit3a185d159f78b1f2ab2e954a501158ca5770f3a5 (patch)
tree77dcbfaac2411a26daac7aee10cda3a4d3d7124a
parent0af0a20e1dddc2e993565d4e73c45bcddcf6ab74 (diff)
fix eval
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index cafd59c5e8439..6dd8d613d72ae 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -34,7 +34,7 @@ let
 
 in modules // {
 
-  inherit python bootstrapped-pip isPy26 isPy27 isPy33 isPy34 isPy35 isPy36 isPyPy isPy3k pythonName buildPythonPackage buildPythonApplication;
+  inherit python bootstrapped-pip isPy26 isPy27 isPy33 isPy34 isPy35 isPy36 isPyPy isPy3k buildPythonPackage buildPythonApplication;
 
   # helpers