Merge pull request #99401 from Ericson2314/cmake-optional-openssl

cmake: Tighten deps
This commit is contained in:
John Ericson
2020-10-13 22:13:13 -04:00
committed by GitHub
3 changed files with 13 additions and 10 deletions
+1 -4
View File
@@ -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;