Switch users of 'pandoc' to the lean version.

This commit is contained in:
Peter Simons
2015-01-02 14:56:24 +01:00
parent c2b1ff33fe
commit 8235e8c544
3 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchgit, autoconf, automake, libtool, pkgconfig, glib, libdaemon
, mpd_clientlib, curl, sqlite, ruby, rubyLibs, libnotify, haskellPackages }:
, mpd_clientlib, curl, sqlite, ruby, rubyLibs, libnotify, pandoc }:
stdenv.mkDerivation rec {
version = "20130809";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ autoconf automake libtool pkgconfig glib libdaemon haskellPackages.pandoc
[ autoconf automake libtool pkgconfig glib libdaemon pandoc
mpd_clientlib curl sqlite ruby rubyLibs.nokogiri libnotify ];
preConfigure = ''