Skip to content

Commit

Permalink
zile: add gettext dep on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 15, 2024
1 parent 3b98fa3 commit 4706e77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/z/zile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class Zile < Formula

uses_from_macos "ncurses"

on_macos do
depends_on "gettext"
end

def install
# Work around Vala issue https://gitlab.gnome.org/GNOME/vala/-/issues/1408
# which causes src/eval.vala:87:32: error: incompatible function pointer types passing
Expand Down

0 comments on commit 4706e77

Please sign in to comment.