mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
Block a user