mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
tmux: enable multiple outputs
This commit is contained in:
parent
b195bf1ed2
commit
94627e658b
|
@ -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 a new issue