neomutt: fix finding gpgme for HEAD (#37403)
This commit is contained in:
parent
44262bd3c5
commit
623c441989
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue