gedit: disable spell plugin

Closes #2324.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-06-23 03:27:32 +01:00
parent 2708bd29b0
commit 270517204c

View file

@ -30,7 +30,8 @@ class Gedit < Formula
"--prefix=#{prefix}",
"--disable-updater",
"--disable-schemas-compile",
"--disable-python"
"--disable-python",
"--disable-spell" # Expects gspell < 1.0.
system "make", "install"
end