python3Packages.buildPythonPackage: default to __structuredAttrs = true (#543976)

This commit is contained in:
dotlambda
2026-08-18 12:24:00 -07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -207,6 +207,8 @@ lib.extendMkDerivation {
doCheck ? true,
__structuredAttrs ? true,
...
}@attrs:
@@ -387,7 +389,7 @@ lib.extendMkDerivation {
python
];
inherit strictDeps;
inherit __structuredAttrs strictDeps;
env = {
LANG = "${if python.stdenv.hostPlatform.isDarwin then "en_US" else "C"}.UTF-8";