about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2022-05-04 10:23:39 +0800
committerEllie Hermaszewska <git@monoid.al>2022-05-04 10:23:39 +0800
commit6a8a22133fae643f0a43b0c53c28d3a944193b4f (patch)
tree1ce267fdbaf1f85b778a0a18c6f8dd29178cbf45 /pkgs/development/haskell-modules/configuration-darwin.nix
parent3a16467909cec32dafe87ed2059b4c2837682df7 (diff)
haskellPackages.jacinda: disable tests only on x86_64-darwin
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 3471e874290b9..9a917098d79d6 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -296,4 +296,7 @@ self: super: ({
   # tests appear to be failing to link or something:
   # https://hydra.nixos.org/build/174540882/nixlog/9
   regex-rure = dontCheck super.regex-rure;
+  # same
+  # https://hydra.nixos.org/build/174540882/nixlog/9
+  jacinda = dontCheck super.jacinda;
 })