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,
|
||||
@@ -101,8 +103,6 @@
|
||||
}@attrs:
|
||||
|
||||
let
|
||||
inherit (python) stdenv;
|
||||
|
||||
withDistOutput = lib.elem format [
|
||||
"pyproject"
|
||||
"setuptools"
|
||||
|
||||
Reference in New Issue
Block a user