haskell-pandoc: jailbreak to fix build with unzip-archive

This commit is contained in:
Peter Simons
2013-12-14 15:19:29 +01:00
parent ab0438f128
commit 3aef83f451
@@ -27,6 +27,7 @@ cabal.mkDerivation (self: {
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
doCheck = false; doCheck = false;
jailbreak = true;
meta = { meta = {
homepage = "http://johnmacfarlane.net/pandoc"; homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats"; description = "Conversion between markup formats";