Loading pkgs/by-name/tm/tmux/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ ncurses, pkg-config, runCommand, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, systemdLibs, # broken on i686-linux https://github.com/tmux/tmux/issues/4597 withUtf8proc ? !(stdenv.hostPlatform.is32bit), utf8proc, # gets Unicode updates faster than glibc Loading Loading @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: { ncurses libevent ] ++ lib.optionals withSystemd [ systemd ] ++ lib.optionals withSystemd [ systemdLibs ] ++ lib.optionals withUtf8proc [ utf8proc ] ++ lib.optionals withUtempter [ libutempter ]; Loading Loading
pkgs/by-name/tm/tmux/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ ncurses, pkg-config, runCommand, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, systemdLibs, # broken on i686-linux https://github.com/tmux/tmux/issues/4597 withUtf8proc ? !(stdenv.hostPlatform.is32bit), utf8proc, # gets Unicode updates faster than glibc Loading Loading @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: { ncurses libevent ] ++ lib.optionals withSystemd [ systemd ] ++ lib.optionals withSystemd [ systemdLibs ] ++ lib.optionals withUtf8proc [ utf8proc ] ++ lib.optionals withUtempter [ libutempter ]; Loading