haskell-dns: disable test suite to fix the build

wip/yesman
Peter Simons 5 years ago
parent 0d003266b0
commit 851bc13b6e
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1311,4 +1311,7 @@ self: super: {
# https://github.com/Daniel-Diaz/HaTeX/issues/144
HaTeX = dontCheck super.HaTeX;
# https://github.com/kazu-yamamoto/dns/issues/150
dns = dontCheck super.dns;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save