Loading pkgs/by-name/tm/tmux/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ runCommand, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd, withUtf8proc ? true, # 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, libutempter, Loading Loading
pkgs/by-name/tm/tmux/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ runCommand, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd, withUtf8proc ? true, # 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, libutempter, Loading