haskell-dhall-json: disable broken test suite to fix the build

This commit is contained in:
Mario Rodas 2019-08-25 04:20:00 -05:00 committed by Peter Simons
parent 30a31cc908
commit 4792a6db4c

View file

@ -1059,9 +1059,11 @@ self: super: {
dontCheck super.dhall
);
# Missing test files in source distribution, fixed once 1.4.0 is bumped
# https://github.com/dhall-lang/dhall-haskell/pull/997
dhall-json =
generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] (
super.dhall-json
dontCheck super.dhall-json
);
dhall-nix =