python: __structuredAttrs = true

needed by separateDebugInfo = true
This commit is contained in:
Guillaume Girol
2025-05-29 12:00:00 +00:00
parent 4f3fd5b70e
commit 832e521ef9
@@ -788,6 +788,7 @@ stdenv.mkDerivation (finalAttrs: {
];
separateDebugInfo = true;
__structuredAttrs = true;
passthru = passthru // {
doc = stdenv.mkDerivation {