tmux + mosh: enable utempter for musl builds (#511712)

This commit is contained in:
Doron Behar
2026-04-21 12:37:02 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
openssh,
bash-completion,
fetchpatch,
withUtempter ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isMusl,
withUtempter ? stdenv.hostPlatform.isLinux,
libutempter,
# build server binary only when set to false (useful for perlless systems)
withClient ? true,
+1 -1
View File
@@ -13,7 +13,7 @@
# broken on i686-linux https://github.com/tmux/tmux/issues/4597
withUtf8proc ? !(stdenv.hostPlatform.is32bit),
utf8proc, # gets Unicode updates faster than glibc
withUtempter ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isMusl,
withUtempter ? stdenv.hostPlatform.isLinux,
libutempter,
withSixel ? true,
versionCheckHook,