Merge pull request #99401 from Ericson2314/cmake-optional-openssl
cmake: Tighten deps
This commit is contained in:
@@ -190,10 +190,7 @@ in rec {
|
||||
|
||||
stage1 = prevStage: let
|
||||
persistent = self: super: with prevStage; {
|
||||
cmake = super.cmake.override {
|
||||
isBootstrap = true;
|
||||
useSharedLibraries = false;
|
||||
};
|
||||
cmake = super.cmakeMinimal;
|
||||
|
||||
python3 = super.python3Minimal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user