haskellPackages.dhall_1_29_0: disable tests since they access the network

This commit is contained in:
(cdep)illabout 2020-02-29 17:14:00 +09:00 committed by Peter Simons
parent 6fe6d3b077
commit 7b6f436300

View file

@ -710,4 +710,8 @@ self: super: builtins.intersectAttrs super {
# break infinite recursion with base-orphans
primitive = dontCheck super.primitive;
# dhall-1.29.0 tests access the network. This override can be removed when
# dhall_1_29_0 is no longer used, since more recent versions of dhall don't
# access the network in checks.
dhall_1_29_0 = dontCheck super.dhall_1_29_0;
}