nixpkgs/pkgs/servers/roundcube
Maximilian Bosch df0d11575c roundcube: add withPlugins function
This function creates a new store path with roundcube sources and all
specified plugins. It can be used like this:

```
roundcube.withPlugins (plugins: with plugins; [
  persistent_login
])
```
2019-02-08 13:35:09 +00:00
..
plugins roundcubePlugins: init 2019-02-08 13:35:09 +00:00
default.nix roundcube: add withPlugins function 2019-02-08 13:35:09 +00:00