summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRichard Marko <srk@48.io>2021-04-09 16:27:11 +0200
committerRichard Marko <srk@48.io>2021-04-09 16:27:11 +0200
commit2b3077c0272e84b94e85093e5ae41e730aa6c8fc (patch)
tree11fae106edda9f34d86eeb830dc336db54071295 /pkgs/development/haskell-modules/configuration-common.nix
parent8fa0c918da65a732864daea213fa3bdd77a8fd54 (diff)
downloadnixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar.gz
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar.bz2
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar.lz
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar.xz
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.tar.zst
nixpkgs-2b3077c0272e84b94e85093e5ae41e730aa6c8fc.zip
haskellPackages.update-nix-fetchgit: dontCheck
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 958d1670adb..4a023e15979 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1396,6 +1396,10 @@ self: super: {
           pkgs.lib.makeBinPath deps
         }"
       '';
+
+      # 2021-04-09: test failure
+      # PR pending https://github.com/expipiplus1/update-nix-fetchgit/pull/60
+      doCheck = false;
     }));
 
   # Our quickcheck-instances is too old for the newer binary-instances, but