tmux: enable multiple outputs

This commit is contained in:
Aneesh Agrawal 2016-06-11 04:18:26 -04:00
parent b195bf1ed2
commit 94627e658b
1 changed files with 2 additions and 0 deletions

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";