Merge pull request #16224 from aneeshusa/enable-multiple-outputs-for-tmux
tmux: enable multiple outputs
This commit is contained in:
commit
63b2bf108d
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
name = "tmux-${version}";
|
||||
version = "2.2";
|
||||
|
||||
outputs = [ "out" "bin" "man" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tmux";
|
||||
repo = "tmux";
|
||||
|
|
Loading…
Reference in New Issue