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