Skip to content

Commit 48b8f4c

Browse files
committed
mosh: fix disappearing emoji characters due to the outdated libc on Mac
mobile-shell/mosh#1143
1 parent 0b1849e commit 48b8f4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/mosh.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ class Mosh < Formula
2020
url "https://raw.githubusercontent.com/macports/macports-ports/72fb5d9a79e581a5033bce38fb00ee25a0c2fdfe/net/mosh/files/patch-version-subdir.diff"
2121
sha256 "939e5435ce7d9cecb7b2bccaf31294092eb131b5bd41d5776a40d660ffc95982"
2222
end
23+
24+
# Fix disappearing emoji characters due to the outdated libc on Mac
25+
# https://github.com/mobile-shell/mosh/pull/1143
26+
patch :p1 do
27+
url "https://github.com/mobile-shell/mosh/commit/29408c7730ddfebeb2aebfad23022fdb897fb391.patch?full_index=1"
28+
sha256 "55d44eb8b9b74f8f63432de562a0ddeb437206f1d0e7f2264e00e7b3ad74d3b7"
29+
end
2330
end
2431

2532
bottle do

0 commit comments

Comments
 (0)