mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #166282 from SuperSandro2000/pycrypto
This commit is contained in:
commit
011783008f
@ -4,8 +4,8 @@
|
||||
# https://github.com/NixOS/nixpkgs/issues/21671
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = pycryptodome.version;
|
||||
pname = "pycrypto";
|
||||
version = pycryptodome.version;
|
||||
|
||||
# Cannot build wheel otherwise (zip 1980 issue)
|
||||
SOURCE_DATE_EPOCH=315532800;
|
||||
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.pycrypto.org/";
|
||||
description = "Python Cryptography Toolkit";
|
||||
homepage = "https://www.pycrypto.org/";
|
||||
description = "Drop-in replacement for pycrypto using pycryptodome";
|
||||
platforms = pycryptodome.meta.platforms;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user