Merge pull request #46837 from Taneb/JuicyPixels-docs
haskellPackages.JuicyPixels: re-enable Haddock
This commit is contained in:
commit
8228c787b4
@ -933,9 +933,6 @@ self: super: {
|
|||||||
# Jailbreak "graphviz >=2999.18.1 && <2999.20".
|
# Jailbreak "graphviz >=2999.18.1 && <2999.20".
|
||||||
darcs = overrideCabal super.darcs (drv: { preConfigure = "sed -i -e 's/unix-compat .*,/unix-compat,/' -e 's/fgl .*,/fgl,/' -e 's/graphviz .*,/graphviz,/' darcs.cabal"; });
|
darcs = overrideCabal super.darcs (drv: { preConfigure = "sed -i -e 's/unix-compat .*,/unix-compat,/' -e 's/fgl .*,/fgl,/' -e 's/graphviz .*,/graphviz,/' darcs.cabal"; });
|
||||||
|
|
||||||
# https://github.com/Twinside/Juicy.Pixels/issues/149
|
|
||||||
JuicyPixels = dontHaddock super.JuicyPixels;
|
|
||||||
|
|
||||||
# aarch64 and armv7l fixes.
|
# aarch64 and armv7l fixes.
|
||||||
happy = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
|
happy = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.happy else super.happy; # Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
|
||||||
hashable = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.hashable else super.hashable; # https://github.com/tibbe/hashable/issues/95
|
hashable = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontCheck super.hashable else super.hashable; # https://github.com/tibbe/hashable/issues/95
|
||||||
|
Loading…
x
Reference in New Issue
Block a user