python3: add pythonForBuild as parameter, fixes python3Minimal
`pythonForBuild` exists for cross-compilation. When one overrides python, one needs to ensure pythonForBuild matches.
This commit is contained in:
@@ -129,6 +129,7 @@ in rec {
|
||||
# Minimal versions of Python (built without optional dependencies)
|
||||
python3Minimal = (python37.override {
|
||||
self = python3Minimal;
|
||||
pythonForBuild = pkgs.buildPackages.python3Minimal;
|
||||
# strip down that python version as much as possible
|
||||
openssl = null;
|
||||
readline = null;
|
||||
|
||||
Reference in New Issue
Block a user