From 5535d9439415454abe00589bd7575b61e7fbb8db Mon Sep 17 00:00:00 2001 From: Jun Hao Date: Thu, 21 Jul 2016 12:28:53 +0800 Subject: [PATCH] tmux: remove bin output to avoid cycle reference on OSX. fix #17092 --- pkgs/tools/misc/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/tmux/default.nix b/pkgs/tools/misc/tmux/default.nix index feff4b56ed7..ccecd819948 100644 --- a/pkgs/tools/misc/tmux/default.nix +++ b/pkgs/tools/misc/tmux/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { name = "tmux-${version}"; version = "2.2"; - outputs = [ "out" "bin" "man" ]; + outputs = [ "out" "man" ]; src = fetchFromGitHub { owner = "tmux";