python3Packages.cvxpy: enable __structuredAttrs

This commit is contained in:
Tom Hunze
2026-05-01 23:02:14 +02:00
parent 6ba002c856
commit b6d3924a9e
@@ -29,6 +29,7 @@ buildPythonPackage (finalAttrs: {
pname = "cvxpy";
version = "1.8.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "cvxpy";