mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskellPackages.dhall_1_29_0: disable tests since they access the network
This commit is contained in:
parent
6fe6d3b077
commit
7b6f436300
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user