buildPython*: allow stdenv customization through <function>.override
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
lib,
|
||||
config,
|
||||
python,
|
||||
# Allow passing in a custom stdenv to buildPython*.override
|
||||
stdenv,
|
||||
wrapPython,
|
||||
unzip,
|
||||
ensureNewerSourcesForZipFilesHook,
|
||||
@@ -192,9 +194,6 @@ in
|
||||
|
||||
doCheck ? true,
|
||||
|
||||
# Allow passing in a custom stdenv to buildPython*
|
||||
stdenv ? python.stdenv,
|
||||
|
||||
...
|
||||
}@attrs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user