mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-16 12:20:10 +00:00
python3Packages.buildPythonPackage: default to __structuredAttrs = true (#543976)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user