Commit e5fe33f8 authored by Henri Menke's avatar Henri Menke
Browse files

tmux: enable utempter for musl builds

parent 160b1991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,