summary refs log tree commit diff
path: root/pkgs/applications/misc/ikiwiki/default.nix
diff options
context:
space:
mode:
authorMichal Sojka <michal.sojka@cvut.cz>2020-10-08 14:41:36 +0200
committerMichal Sojka <michal.sojka@cvut.cz>2020-10-08 15:41:41 +0200
commit8094b8a95331c97552e3eae54e2ebbeb6e0e2326 (patch)
tree9fdd0c9a44be7605b9df227b249193a594462cbd /pkgs/applications/misc/ikiwiki/default.nix
parent19ac436cf5bfbe3c5ebee766530c3f66f8207fb0 (diff)
downloadnixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar.gz
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar.bz2
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar.lz
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar.xz
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.tar.zst
nixpkgs-8094b8a95331c97552e3eae54e2ebbeb6e0e2326.zip
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.
Diffstat (limited to 'pkgs/applications/misc/ikiwiki/default.nix')
-rw-r--r--pkgs/applications/misc/ikiwiki/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/ikiwiki/default.nix b/pkgs/applications/misc/ikiwiki/default.nix
index 0c2abbd9f58..20e271bc58d 100644
--- a/pkgs/applications/misc/ikiwiki/default.nix
+++ b/pkgs/applications/misc/ikiwiki/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, perlPackages, gettext, makeWrapper, PerlMagick, which
+{ stdenv, fetchurl, perlPackages, gettext, makeWrapper, PerlMagick, which, highlight
 , gitSupport ? false, git ? null
 , docutilsSupport ? false, python ? null, docutils ? null
 , monotoneSupport ? false, monotone ? null
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
     sha256 = "17pyblaqhkb61lxl63bzndiffism8k859p54k3k4sghclq6lsynh";
   };
 
-  buildInputs = [ which ]
+  buildInputs = [ which highlight ]
     ++ (with perlPackages; [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate
           TimeDate gettext makeWrapper DBFile CGISession CGIFormBuilder LocaleGettext
           RpcXML XMLSimple PerlMagick YAML YAMLLibYAML HTMLTree AuthenPassphrase