tmux: enable utempter for musl builds

This commit is contained in:
Henri Menke
2026-04-20 11:00:48 +02:00
parent 160b1991a5
commit e5fe33f8d3
+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,