add older pycrypto25

This commit is contained in:
Florian Friesdorf
2013-03-09 10:24:38 +01:00
parent dcf04b6063
commit de36ddf7e7
2 changed files with 34 additions and 0 deletions
+5
View File
@@ -68,6 +68,11 @@ pythonPackages = python.modules // rec {
inherit python buildPythonPackage;
};
pycrypto25 = import ../development/python-modules/pycrypto/2.5.nix {
inherit (pkgs) fetchurl stdenv gmp;
inherit python buildPythonPackage;
};
pygobject = import ../development/python-modules/pygobject {
inherit (pkgs) stdenv fetchurl pkgconfig glib;
inherit python;