python3Packages.pycrypto: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:17 +01:00
parent d7e0a0f69d
commit c8332fde1d
@@ -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 = ''