java: More default cleanups

This commit is contained in:
William A. Kennington III
2015-01-07 14:55:41 -08:00
parent 770d5947b0
commit dd7efcbf36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ in {
javaPackage = mkOption {
type = types.package;
default = pkgs.openjre;
default = pkgs.jre;
description = ''
Which Java derivation to use for running solr.
'';