haskell-hjsonschema doesn't pass the Haddock stage.
This commit is contained in:
parent
483b71a44a
commit
7ce799f0f8
@ -59,7 +59,7 @@ self: super: {
|
|||||||
configureFlags = "--extra-include-dirs=${pkgs.zookeeper_mt}/include/zookeeper";
|
configureFlags = "--extra-include-dirs=${pkgs.zookeeper_mt}/include/zookeeper";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
haskakafka = overrideCabal super.haskakafka (drv: {
|
haskakafka = overrideCabal super.haskakafka (drv: {
|
||||||
preConfigure = "sed -i -e /extra-lib-dirs/d -e /include-dirs/d haskakafka.cabal";
|
preConfigure = "sed -i -e /extra-lib-dirs/d -e /include-dirs/d haskakafka.cabal";
|
||||||
configureFlags = "--extra-include-dirs=${pkgs.rdkafka}/include/librdkafka";
|
configureFlags = "--extra-include-dirs=${pkgs.rdkafka}/include/librdkafka";
|
||||||
@ -422,7 +422,8 @@ self: super: {
|
|||||||
duplo = dontCheck super.duplo;
|
duplo = dontCheck super.duplo;
|
||||||
|
|
||||||
# https://github.com/seagreen/hjsonschema/issues/4
|
# https://github.com/seagreen/hjsonschema/issues/4
|
||||||
hjsonschema = dontCheck super.hjsonschema;
|
# https://github.com/seagreen/hjsonschema/issues/5
|
||||||
|
hjsonschema = dontHaddock (dontCheck super.hjsonschema);
|
||||||
|
|
||||||
# Nix-specific workaround
|
# Nix-specific workaround
|
||||||
xmonad = appendPatch super.xmonad ./xmonad-nix.patch;
|
xmonad = appendPatch super.xmonad ./xmonad-nix.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user