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:
parent
6b5bf01ccf
commit
981b6ab9ff
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue