mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-dhall-json: disable broken test suite to fix the build
This commit is contained in:
parent
30a31cc908
commit
4792a6db4c
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue