python: __structuredAttrs = true

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