zim: remove options.

See https://github.com/Homebrew/homebrew-core/issues/31510.

Closes #36300.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2019-01-22 09:25:59 +00:00
parent 6b5bf01ccf
commit 981b6ab9ff
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -13,12 +13,12 @@ class Zim < Formula
end
depends_on "pkg-config" => :build
depends_on "graphviz"
depends_on "gtk+"
depends_on "pygobject"
depends_on "pygtk"
depends_on "pygtksourceview"
depends_on "python@2"
depends_on "graphviz" => :optional
depends_on "pygtksourceview" => :optional
resource "pyxdg" do
url "https://files.pythonhosted.org/packages/source/p/pyxdg/pyxdg-0.25.tar.gz"