python3Packages.tiledb: move env vars into env for structuredAttrs
This commit is contained in:
@@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||
pyarrow
|
||||
];
|
||||
|
||||
TILEDB_PATH = tiledb;
|
||||
env.TILEDB_PATH = tiledb;
|
||||
|
||||
disabled = !isPy3k; # Not bothering with python2 anymore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user