Commit 160b1991 authored by Henri Menke's avatar Henri Menke
Browse files

mosh: enable utempter for musl builds

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