about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAllen Nelson <anelson@narrativescience.com>2016-04-25 16:16:22 -0500
committerAllen Nelson <anelson@narrativescience.com>2016-04-27 12:45:52 -0500
commitf66e9fd10d7599651117ac32c8212afcf34b7bfa (patch)
treee94be24b873933e3f695ac47df64edc1ff771b8c
parent4c0f379fc96003c3d3ec3a2b09ea157cee10db0c (diff)
sqlalchemy: define sqlalchemy_1_0 attribute
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 447481db7b38d..6bb1013bd72e8 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -20940,7 +20940,9 @@ in modules // {
     };
   };
 
-  sqlalchemy = buildPythonPackage rec {
+  sqlalchemy = self.sqlalchemy_1_0;
+
+  sqlalchemy_1_0 = buildPythonPackage rec {
     name = "SQLAlchemy-${version}";
     version = "1.0.12";