python3Packages.ducc0: move env vars into env for structuredAttrs
This commit is contained in:
@@ -30,8 +30,10 @@ buildPythonPackage rec {
|
||||
substituteInPlace pyproject.toml --replace-fail '"pybind11>=2.13.6", ' ""
|
||||
'';
|
||||
|
||||
DUCC0_USE_NANOBIND = "";
|
||||
DUCC0_OPTIMIZATION = "portable";
|
||||
env = {
|
||||
DUCC0_USE_NANOBIND = "";
|
||||
DUCC0_OPTIMIZATION = "portable";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user