mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
pandoc: jailbreak to fix build with recent versions of zlib and QuickCheck
This commit is contained in:
parent
1d7f9b28d3
commit
8b13b29898
@ -678,8 +678,11 @@ self: super: {
|
||||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||
|
||||
# https://github.com/jgm/pandoc/issues/2045
|
||||
pandoc = dontCheck super.pandoc;
|
||||
# https://github.com/jgm/pandoc/issues/2156
|
||||
pandoc = overrideCabal (dontJailbreak super.pandoc) (drv: {
|
||||
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.
|
||||
Monadius = markBroken super.Monadius;
|
||||
|
Loading…
Reference in New Issue
Block a user