summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-03-06 20:38:52 +0100
committerPeter Simons <simons@cryp.to>2020-03-06 22:15:13 +0100
commit46a81f9a15c52b2391b45bd3b24432dc547209d4 (patch)
tree6b5bf6bb7d9684fb844a4182479c2a4ae4e72542 /pkgs/development/haskell-modules/configuration-common.nix
parent4c791cb15aba0a13bd0f749b8976461bdd198f17 (diff)
downloadnixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar.gz
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar.bz2
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar.lz
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar.xz
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.tar.zst
nixpkgs-46a81f9a15c52b2391b45bd3b24432dc547209d4.zip
haskell-binary-instances: disable test suite to avoid spurious failures
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 37f60479251..123493a7694 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1450,4 +1450,7 @@ self: super: {
   # https://github.com/serokell/nixfmt/pull/62
   nixfmt = doJailbreak super.nixfmt;
 
+  # https://github.com/phadej/binary-orphans/issues/45
+  binary-instances = dontCheck super.binary-instances;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super