Author: eelco
Date: Mon Jul 4 15:51:38 2011
New Revision: 27604
URL: https://svn.nixos.org/websvn/nix/?rev=27604&sc=1
Log:
* Don't set defaultSkin to "default" because that's a horrible skin
(does it even exist?). Use "" instead (which is really "monobook").
Modified:
nixos/trunk/modules/services/web-servers/apache-httpd/mediawiki.nix
Modified: nixos/trunk/modules/services/web-servers/apache-httpd/mediawiki.nix
==============================================================================
--- nixos/trunk/modules/services/web-servers/apache-httpd/mediawiki.nix Mon Jul
4 15:36:38 2011 (r27603)
+++ nixos/trunk/modules/services/web-servers/apache-httpd/mediawiki.nix Mon Jul
4 15:51:38 2011 (r27604)
@@ -254,9 +254,9 @@
};
defaultSkin = mkOption {
- default = "standard";
+ default = "";
example = "nostalgia";
- description = "Default skin: you can change the default skin.";
+ description = "Set this value to change the default skin used by
MediaWiki.";
};
extraConfig = mkOption {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits