summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-02 14:56:24 +0100
committerPeter Simons <simons@cryp.to>2015-01-02 14:56:24 +0100
commit8235e8c5448c784d8be915ec4f1539163ca26bbc (patch)
tree67506b45e2c05b146271d234fc58e6a9a0bc0dad /pkgs/servers/nosql
parentc2b1ff33fec3a02df288c3b749f487f885582f92 (diff)
downloadnixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar.gz
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar.bz2
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar.lz
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar.xz
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.tar.zst
nixpkgs-8235e8c5448c784d8be915ec4f1539163ca26bbc.zip
Switch users of 'pandoc' to the lean version.
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/hyperdex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/hyperdex/default.nix b/pkgs/servers/nosql/hyperdex/default.nix
index 036a3412b86..44cc0752088 100644
--- a/pkgs/servers/nosql/hyperdex/default.nix
+++ b/pkgs/servers/nosql/hyperdex/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, makeWrapper, unzip, autoconf, automake, libtool,
   python, sodium, pkgconfig, popt, glog, xz, json_c, gperf, yacc,
-  flex, haskellPackages, help2man, autoconf-archive, callPackage }:
+  flex, pandoc, help2man, autoconf-archive, callPackage }:
 
 assert stdenv.isLinux;
 
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
     yacc
     flex
     help2man
-    haskellPackages.pandoc
+    pandoc
   ];
   preConfigure = "autoreconf -fi";