nixpkgs/pkgs/applications
Maximilian Bosch a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.

The package can be configured like this:

```
with import <nixpkgs> { };
weechat.override {
  plugins = { availablePlugins, ... }: {
    plugins = builtins.attrValues availablePlugins;

    init = ''
      /set foo bar
      /server add freenode chat.freenode.org
    '';

    scripts = [ "/path/to/script.py" ];
  };
}
```

All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.

The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.

Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
..
altcoins monero-gui: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
audio spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5 2018-09-05 15:53:38 +02:00
backup Revert "treewide: remove placeholder usage" 2018-08-30 18:18:29 +02:00
display-managers lightdm: split outputs 2018-08-30 18:22:43 -04:00
editors Merge pull request #46123 from utdemir/kakoune-20180904 2018-09-05 23:55:55 +01:00
gis openorienteering-mapper: 0.8.1.2 -> 0.8.2 (#45552) 2018-08-24 20:15:16 +02:00
graphics Merge pull request #45976 from rnhmjoj/imv 2018-09-04 00:48:20 +02:00
inferno pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
kde Merge pull request #45376 from bkchr/kde_applications_18_08_0 2018-08-25 08:49:20 -05:00
misc Merge pull request #46034 from teto/khal_zsh_completion 2018-09-06 07:56:37 +01:00
networking weechat: 2.1 -> 2.2; improve package configuration 2018-09-07 13:10:43 +02:00
office gnumeric: 1.12.39 -> 1.12.43 (#46088) 2018-09-05 10:36:03 +02:00
science snakemake: add maintainers (#46117) 2018-09-05 21:46:17 +02:00
search catfish: 1.4.4 -> 1.4.6 (#45860) 2018-08-31 16:11:38 +02:00
version-management gitea: 1.5.0 -> 1.5.1 (#45968) 2018-09-03 20:29:39 +02:00
video mpv: add cddaSupport-flag to play Audio CDs 2018-09-04 18:46:31 +02:00
virtualization containerd: update homepage 2018-09-02 01:46:26 +02:00
window-managers larswm: update homepage 2018-09-02 01:46:27 +02:00