1
0
Fork 1
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:
Aneesh Agrawal 2016-06-11 04:18:26 -04:00
parent b195bf1ed2
commit 94627e658b

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