| * I fixed the ruff problem (wip PR with not all the in-between versions added), now failing on the next hurdle: pydantic-xml fails to build because: No module named 'poetry'.
I read the edgecases.md and tried adding poetry to the build inputs of the package, but to no avail. Anything obviously wrong with this?
pydantic-xml = super.pythonPackages.pydantic-xml.overridePythonAttrs
(old: {
buildInputs = (old.buildInputs or [ ]) ++ (pkgs.lib.traceVal [ super.poetry ]);
});
(the trace is being printed as trace: [ «thunk» «thunk» ]
|