generated python packages for Plone and Pyramid

This commit is contained in:
Rok Garbas
2013-08-12 10:10:44 +02:00
parent 339e1d94c6
commit 92443dea6c
3 changed files with 5609 additions and 1 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ optional = pkgs.lib.optional;
optionals = pkgs.lib.optionals;
modules = python.modules or { readline = null; sqlite3 = null; curses = null; ssl = null; };
pythonPackages = modules // rec {
pythonPackages = modules // import ./python-packages-generated.nix {
inherit pkgs python;
inherit (pkgs) stdenv fetchurl;
self = pythonPackages;
} // rec {
inherit python;
inherit (pkgs) fetchurl fetchsvn fetchgit stdenv;