python3Packages.mxnet: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user