python3Packages.pycrypto: move env vars into env for structuredAttrs
This commit is contained in:
@@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
format = "setuptools";
|
||||
|
||||
# Cannot build wheel otherwise (zip 1980 issue)
|
||||
SOURCE_DATE_EPOCH = 315532800;
|
||||
env.SOURCE_DATE_EPOCH = 315532800;
|
||||
|
||||
# We need to have a dist-info folder, so let's create one with setuptools
|
||||
unpackPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user