diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2019-04-14 16:44:56 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2019-04-14 17:52:58 +0200 |
| commit | 681b1d80611ce291c612e5d9f1d3a5e3cb532984 (patch) | |
| tree | 60004a5c65f5664207f6efad4113f48360b22dfe /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | cd80cab3b058c9a4de6c59e91177aa6a1b9c1eca (diff) | |
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; }
```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
