neomutt: fix finding gpgme for HEAD (#37403)

This commit is contained in:
Ahmed El Gabri 2019-02-27 20:39:24 +01:00 committed by Misty De Meo
parent 44262bd3c5
commit 623c441989

View file

@ -25,6 +25,7 @@ class Neomutt < Formula
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
system "./configure", "--prefix=#{prefix}",
"--enable-gpgme",
"--with-gpgme=#{Formula["gpgme"].opt_prefix}",
"--gss",
"--lmdb",
"--notmuch",