add older pycrypto25
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user