python3Packages.ducc0: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:38:13 +01:00
parent 2028cd8b38
commit 1e36f3052a
@@ -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