ikiwiki: add highlight dependency

IkiWiki's highlight plugin requires this.

Note that the current highlight version (3.57) is not compatible with
ikiwiki version in nixpkgs. This will be fixed in the next commit.

+2 -2
+2 -2
pkgs/applications/misc/ikiwiki/default.nix
··· 1 - { stdenv, fetchurl, perlPackages, gettext, makeWrapper, PerlMagick, which 1 + { stdenv, fetchurl, perlPackages, gettext, makeWrapper, PerlMagick, which, highlight 2 2 , gitSupport ? false, git ? null 3 3 , docutilsSupport ? false, python ? null, docutils ? null 4 4 , monotoneSupport ? false, monotone ? null ··· 31 31 sha256 = "17pyblaqhkb61lxl63bzndiffism8k859p54k3k4sghclq6lsynh"; 32 32 }; 33 33 34 - buildInputs = [ which ] 34 + buildInputs = [ which highlight ] 35 35 ++ (with perlPackages; [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate 36 36 TimeDate gettext makeWrapper DBFile CGISession CGIFormBuilder LocaleGettext 37 37 RpcXML XMLSimple PerlMagick YAML YAMLLibYAML HTMLTree AuthenPassphrase