3
0
Fork 0
forked from mirrors/nixpkgs

haskell-pandoc: disable 'doCheck' to avoid test suite build errors

Configuring pandoc-1.10.1...
Setup: At least the following dependencies are missing:
Diff ==0.2.*,
HUnit ==1.2.*,
QuickCheck >=2.4 && <2.6,
ansi-terminal >=0.5 && <0.7,
test-framework >=0.3 && <0.9,
test-framework-hunit >=0.2 && <0.4,
test-framework-quickcheck2 >=0.2.9 && <0.4
This commit is contained in:
Peter Simons 2013-02-25 00:23:57 +01:00
parent cf1df3a9e9
commit ab79e29846

View file

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
patchPhase = ''
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' pandoc.cabal
'';
doCheck = false;
meta = {
homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats";