haskell-dns: disable test suite to fix the build

This commit is contained in:
Peter Simons 2019-11-29 20:57:30 +01:00
parent 0d003266b0
commit 851bc13b6e

View file

@ -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