From d4e3fb45cbcab862fa8fd023a9955d5be5058d75 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 19 Feb 2019 10:51:52 +0000 Subject: [PATCH] missing_formula.rb: add help message for uconv --- Library/Homebrew/missing_formula.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 4424d3b78b..ec3ddb4ce1 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -95,6 +95,10 @@ module Homebrew cargo is part of the rust formula: brew install rust EOS + when "uconv" then <<~EOS + uconv is part of the icu4c formula: + brew install icu4c + EOS end end alias generic_blacklisted_reason blacklisted_reason