ikiwiki: Use python with pygments package

Pygments package is needed by docutils to support syntax
highlighting via the ".. code::" directive.

Without pygments, the rendered pages contain errors like this:

Cannot analyze code. Pygments package not found.

+4 -1
+4 -1
pkgs/applications/misc/ikiwiki/default.nix
··· 23 23 TimeDate gettext makeWrapper DBFile CGISession CGIFormBuilder LocaleGettext 24 24 RpcXML XMLSimple ImageMagick YAML YAMLLibYAML HTMLTree AuthenPassphrase 25 25 NetOpenIDConsumer LWPxParanoidAgent CryptSSLeay ]) 26 - ++ lib.optionals docutilsSupport [python docutils] 26 + ++ lib.optionals docutilsSupport [ 27 + (python.withPackages (pp: with pp; [ pygments ])) 28 + docutils 29 + ] 27 30 ++ lib.optionals gitSupport [git] 28 31 ++ lib.optionals monotoneSupport [monotone] 29 32 ++ lib.optionals bazaarSupport [breezy]