roundcubePlugins: eval and build
This commit is contained in:
@@ -2330,7 +2330,7 @@ with pkgs;
|
||||
|
||||
roundcube = callPackage ../servers/roundcube { };
|
||||
|
||||
roundcubePlugins = dontRecurseIntoAttrs (callPackage ../servers/roundcube/plugins { });
|
||||
roundcubePlugins = recurseIntoAttrs (callPackage ../servers/roundcube/plugins { });
|
||||
|
||||
rsyslog = callPackage ../tools/system/rsyslog {
|
||||
withHadoop = false; # Currently Broken
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
nodePackages_latest
|
||||
platformioPackages
|
||||
rPackages
|
||||
roundcubePlugins
|
||||
sourceHanPackages
|
||||
windows
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user