mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.jax: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user