haskell-pandoc: jailbreak to fix build with unzip-archive
This commit is contained in:
parent
ab0438f128
commit
3aef83f451
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue