python3Packages.pyerfa: move env vars into env for structuredAttrs
This commit is contained in:
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
# See https://github.com/liberfa/pyerfa/issues/112#issuecomment-1721197483
|
||||
NIX_CFLAGS_COMPILE = "-O2";
|
||||
env.NIX_CFLAGS_COMPILE = "-O2";
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-doctestplus
|
||||
|
||||
Reference in New Issue
Block a user