nixpkgs/pkgs/applications/networking/irc
Maximilian Bosch 681b1d8061
weechat: install all outputs into the final store path
Resolves #59300

Until now only `$out/bin/weechat` and `$out/bin/weechat-headless` were installed
into the store path that will be used when running i.e. `nix-env -iA weechat`.

Further outputs like icons (`$out/share/icons`), man pages (`$man`) or the HTML
documentation (`$out/share/doc/weechat`) are omitted at the moment. As
this can be fairly confusing I figured that it's better to copy those
files into the environment as well.

As `buildEnv` doesn't appear to support output splitting (you can only
install additional outputs of `paths` using `extraOutputsToInstall`),
it's easier for now to always install the `man` output by
default.

Man page installation can be turned off like this now:

```
weechat.override { installManPages = false; }
```
2019-04-14 17:52:58 +02:00
..
bip bip: Fix build 2018-03-10 18:06:35 +01:00
chatzilla treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
communi communi: fix darwin build 2018-03-17 16:37:56 +01:00
epic5
glowing-bear glowing-bear: init at 0.7.1 2019-02-03 19:39:59 +01:00
hexchat misc: Remove myself from list of maintainers 2019-03-12 23:50:52 +01:00
ii Switch suckless.org URLs to https 2018-04-11 15:11:55 +02:00
irssi irssi: 1.1.2 -> 1.2.0 2019-03-02 07:48:01 -08:00
konversation konversation: 1.7.4 -> 1.7.5 2018-08-26 12:18:28 +02:00
quassel quassel: 0.13.0 -> 0.13.1 (#57475) 2019-03-15 20:37:39 +01:00
qweechat
sic Switch suckless.org URLs to https 2018-04-11 15:11:55 +02:00
weechat weechat: install all outputs into the final store path 2019-04-14 17:52:58 +02:00
wraith