haskellPackages.prune-juice: Unbreak

This commit is contained in:
Malte Brandy
2021-03-12 16:57:26 +01:00
parent 9eb6160427
commit 69faa4c451
4 changed files with 9 additions and 6 deletions
@@ -813,4 +813,7 @@ self: super: builtins.intersectAttrs super {
# Test suite tries to execute the build product "doctest-driver-gen", but it's not in $PATH.
doctest-driver-gen = dontCheck super.doctest-driver-gen;
# Tests access internet
prune-juice = dontCheck super.prune-juice;
}