summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-06-07 20:33:12 +0100
committerobadz <obadz-git@obadz.com>2016-06-07 20:36:35 +0100
commit99717f7a569de6f9c36938114a274945de2ad080 (patch)
tree5a5ae85e1180aab4bd357f6b1f39bc6656b4b355 /pkgs/development/haskell-modules/configuration-common.nix
parent217feced47bd5cc91eab2928d299dcae9536264d (diff)
downloadnixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar.gz
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar.bz2
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar.lz
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar.xz
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.tar.zst
nixpkgs-99717f7a569de6f9c36938114a274945de2ad080.zip
haskellPackages.intero: don't run tests
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5c3c5cb3504..ad80d46c87b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1013,4 +1013,6 @@ self: super: {
   cairo = addBuildTool super.cairo self.gtk2hs-buildtools;
   pango = addBuildTool super.pango self.gtk2hs-buildtools;
 
+  # Tests fail with "Couldn't launch intero process."
+  intero = dontCheck super.intero;
 }