haskell-pandoc: use ordinary jailbreak
This commit is contained in:
parent
bf468dac2b
commit
743c265797
@ -680,11 +680,8 @@ self: super: {
|
|||||||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||||
|
|
||||||
# https://github.com/jgm/pandoc/issues/2156
|
# https://github.com/jgm/pandoc/issues/2036
|
||||||
pandoc = overrideCabal (dontJailbreak super.pandoc) (drv: {
|
pandoc = dontCheck super.pandoc;
|
||||||
doCheck = false; # https://github.com/jgm/pandoc/issues/2036
|
|
||||||
patchPhase = "sed -i -e 's|zlib .*,|zlib,|' -e 's|QuickCheck .*,|QuickCheck,|' pandoc.cabal";
|
|
||||||
});
|
|
||||||
|
|
||||||
# Broken by GLUT update.
|
# Broken by GLUT update.
|
||||||
Monadius = markBroken super.Monadius;
|
Monadius = markBroken super.Monadius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user