mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
tomcat: split default webapps to separate output (~6M)
(cherry picked from commit 0c2d943529
)
This commit is contained in:
parent
edf1db7bf6
commit
ede58ee5f9
2 changed files with 5 additions and 2 deletions
|
@ -74,8 +74,8 @@ in
|
|||
|
||||
webapps = mkOption {
|
||||
type = types.listOf types.package;
|
||||
default = [ tomcat ];
|
||||
defaultText = "[ tomcat ]";
|
||||
default = [ tomcat.webapps ];
|
||||
defaultText = "[ tomcat.webapps ]";
|
||||
description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue