Skip to content

Commit b2337d5

Browse files
authored
coot: add --with-vte (#2184)
1 parent f318b0e commit b2337d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Formula/coot.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Coot < Formula
5757
depends_on "python@3.14"
5858
depends_on "rdkit"
5959
depends_on "sqlite"
60+
depends_on "vte3"
6061
depends_on "zlib-ng-compat"
6162

6263
uses_from_macos "bzip2"
@@ -143,6 +144,7 @@ def install
143144
--with-libdw
144145
--with-netcdf
145146
--with-sound
147+
--with-vte
146148
BOOST_PYTHON_LIB=#{boost_python_lib}
147149
PYTHON=#{python3}
148150
]

0 commit comments

Comments
 (0)