about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-25 04:20:00 -0500
committerPeter Simons <simons@cryp.to>2019-08-28 15:47:05 +0000
commit4792a6db4cbadf40f7d855b4504b1820631b3d9a (patch)
tree47f3374481fbb320cf0f2eca0a48c7b09fdeb3b3
parent30a31cc908f48c3336c26f37cb4a4976ad7d8a4f (diff)
downloadnixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar.gz
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar.bz2
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar.lz
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar.xz
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.tar.zst
nixlib-4792a6db4cbadf40f7d855b4504b1820631b3d9a.zip
haskell-dhall-json: disable broken test suite to fix the build
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d920baa0dafb..c37667af5585 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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 =