python3Packages.cassandra-driver: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:38:10 +01:00
parent 9b8a627016
commit e8f9c24a99
@@ -66,7 +66,7 @@ buildPythonPackage rec {
++ lib.concatAttrValues optional-dependencies;
# This is used to determine the version of cython that can be used
CASS_DRIVER_ALLOWED_CYTHON_VERSION = cython.version;
env.CASS_DRIVER_ALLOWED_CYTHON_VERSION = cython.version;
preBuild = ''
export CASS_DRIVER_BUILD_CONCURRENCY=$NIX_BUILD_CORES