python3Packages.mxnet: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:16 +01:00
parent 7155c32bbe
commit 4e520929ae
@@ -30,7 +30,7 @@ buildPythonPackage {
"numpy"
];
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.mxnet ];
env.LD_LIBRARY_PATH = toString (lib.makeLibraryPath [ pkgs.mxnet ]);
postPatch = ''
# Required to support numpy >=1.24 where np.bool is removed in favor of just bool