From 83d1d6d5644df78d4d653bca392b51d82aa3ed4c Mon Sep 17 00:00:00 2001 From: danielnachun Date: Fri, 17 Sep 2021 11:16:27 -0700 Subject: [PATCH] missing_formula.rb: don't disable texlive --- Library/Homebrew/extend/os/mac/missing_formula.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Library/Homebrew/extend/os/mac/missing_formula.rb b/Library/Homebrew/extend/os/mac/missing_formula.rb index 7ad5199b52..3b294e3663 100644 --- a/Library/Homebrew/extend/os/mac/missing_formula.rb +++ b/Library/Homebrew/extend/os/mac/missing_formula.rb @@ -18,19 +18,6 @@ module Homebrew <<~EOS Xcode can be installed from the App Store. EOS - when "tex", "tex-live", "texlive", "mactex", "latex" - <<~EOS - There are three versions of MacTeX. - - Full installation: - brew install --cask mactex - - Full installation without bundled applications: - brew install --cask mactex-no-gui - - Minimal installation: - brew install --cask basictex - EOS else generic_disallowed_reason(name) end