m2crypto: Use SWIG 2
Fixes "AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'". Fixes #9457.
This commit is contained in:
parent
2d21e1e4ff
commit
6d42b79b29
@ -7979,7 +7979,7 @@ let
|
||||
md5 = "f93d8462ff7646397a9f77a2fe602d17";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.swig pkgs.openssl ];
|
||||
buildInputs = with self; [ pkgs.swig2 pkgs.openssl ];
|
||||
|
||||
preBuild = "${python}/bin/${python.executable} setup.py build_ext --openssl=${pkgs.openssl}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user