python3Packages.tiledb: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:21 +01:00
parent b3750ae17a
commit 11d36db6b5
@@ -59,7 +59,7 @@ buildPythonPackage rec {
pyarrow
];
TILEDB_PATH = tiledb;
env.TILEDB_PATH = tiledb;
disabled = !isPy3k; # Not bothering with python2 anymore