tmux: enable multiple outputs

This commit is contained in:
Aneesh Agrawal
2016-06-11 04:19:32 -04:00
parent b195bf1ed2
commit 94627e658b
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
name = "tmux-${version}";
version = "2.2";
outputs = [ "out" "bin" "man" ];
src = fetchFromGitHub {
owner = "tmux";
repo = "tmux";