about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-06-26 23:16:32 +0200
committermaralorn <mail@maralorn.de>2023-06-26 23:16:32 +0200
commit8ab0ccf96e699679a13c82990f7acc3efd36c4dc (patch)
treed262d66c9260a5c3f5bbbe55b0b850d7709214cd /pkgs/development/haskell-modules
parent0e87c159c8dce30d15a1621b500e397758bd956d (diff)
downloadnixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar.gz
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar.bz2
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar.lz
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar.xz
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.tar.zst
nixlib-8ab0ccf96e699679a13c82990f7acc3efd36c4dc.zip
haskellPackages.comfort-blas: Disable checks
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 552ab377fcc3..97f0496afde6 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -620,6 +620,9 @@ self: super: {
   xsd = dontCheck super.xsd;
   zip-archive = dontCheck super.zip-archive;  # https://github.com/jgm/zip-archive/issues/57
 
+  # 2023-06-26: Test failure: https://hydra.nixos.org/build/224869905
+  comfort-blas = dontCheck super.comfort-blas;
+
   # These test suites run for ages, even on a fast machine. This is nuts.
   Random123 = dontCheck super.Random123;
   systemd = dontCheck super.systemd;