roundcubePlugins: init
This meta-package is supposed to contain third-party roundcube plugins such as `persistent_login` that will be linked into the roundcube derivation.
This commit is contained in:
committed by
Robin Gloster
parent
b584a786ec
commit
2820e1df5c
@@ -0,0 +1,11 @@
|
||||
{ newScope, pkgs }:
|
||||
|
||||
let
|
||||
|
||||
callPackage = newScope (pkgs // plugins);
|
||||
|
||||
plugins = import ./plugins.nix { inherit callPackage; };
|
||||
|
||||
in
|
||||
|
||||
plugins
|
||||
Reference in New Issue
Block a user