about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-03-10 13:04:01 +0100
committermaralorn <mail@maralorn.de>2024-03-10 13:04:01 +0100
commitd6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3 (patch)
tree42701f3d000399c23944218fed130646516d3663 /pkgs/development/haskell-modules/configuration-common.nix
parente6bc4928bc0b4764ef848333a9132fb8ee1eeb4d (diff)
downloadnixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar.gz
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar.bz2
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar.lz
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar.xz
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.tar.zst
nixlib-d6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3.zip
haskellPackages.graphql-client: Disable tests
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 30fc5988f097..7523d43df5be 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -958,6 +958,9 @@ self: super: {
   selda-json
   ;
 
+  # 2024-03-10: Getting the test suite to run requires a correctly crafted GHC_ENVIRONMENT variable.
+  graphql-client = dontCheck super.graphql-client;
+
   # Build the latest git version instead of the official release. This isn't
   # ideal, but Chris doesn't seem to make official releases any more.
   structured-haskell-mode = overrideCabal (drv: {