python3Packages.jax: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 22:38:12 +01:00
parent 6da45f70bc
commit 6eb3cdb860

View File

@@ -64,7 +64,7 @@ buildPythonPackage rec {
# The version is automatically set to ".dev" if this variable is not set.
# https://github.com/google/jax/commit/e01f2617b85c5bdffc5ffb60b3d8d8ca9519a1f3
JAX_RELEASE = "1";
env.JAX_RELEASE = "1";
dependencies = [
jaxlib