We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f318b0e commit b2337d5Copy full SHA for b2337d5
1 file changed
Formula/coot.rb
@@ -57,6 +57,7 @@ class Coot < Formula
57
depends_on "python@3.14"
58
depends_on "rdkit"
59
depends_on "sqlite"
60
+ depends_on "vte3"
61
depends_on "zlib-ng-compat"
62
63
uses_from_macos "bzip2"
@@ -143,6 +144,7 @@ def install
143
144
--with-libdw
145
--with-netcdf
146
--with-sound
147
+ --with-vte
148
BOOST_PYTHON_LIB=#{boost_python_lib}
149
PYTHON=#{python3}
150
]
0 commit comments