haskell-dns: disable test suite to fix the build
This commit is contained in:
parent
0d003266b0
commit
851bc13b6e
@ -1311,4 +1311,7 @@ self: super: {
|
|||||||
# https://github.com/Daniel-Diaz/HaTeX/issues/144
|
# https://github.com/Daniel-Diaz/HaTeX/issues/144
|
||||||
HaTeX = dontCheck super.HaTeX;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user