darwin stdenv stage1: use default cmake
This commit is contained in:
parent
07bd1d8737
commit
e841ffec18
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ in rec {
|
|||
stage1 = prevStage: let
|
||||
persistent = self: super: with prevStage; {
|
||||
cmake = super.cmake.override {
|
||||
majorVersion = "3.9"; # FIXME: update ApplicationServices patch
|
||||
isBootstrap = true;
|
||||
useSharedLibraries = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue