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>2016-09-19 17:04:52 +0200
committerPeter Simons <simons@cryp.to>2016-09-20 12:04:47 +0200
commit62606be9b07e11b59fad35113a9a22627fc15e1b (patch)
treeb9adcf7bb4333f563bc1713c94f2923ecb6c5e39 /pkgs/development/haskell-modules/configuration-common.nix
parentc999c9f636b862af1e6a0f671ab29ffe7c15038b (diff)
downloadnixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar.gz
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar.bz2
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar.lz
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar.xz
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.tar.zst
nixlib-62606be9b07e11b59fad35113a9a22627fc15e1b.zip
haskell-hindent: disable failing test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 45b458f7b3d1..64de27aa5de9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -800,6 +800,7 @@ self: super: {
       mkdir -p $out/share/emacs
       ln -s $lispdir $out/share/emacs/site-lisp
     '';
+    doCheck = false; # https://github.com/chrisdone/hindent/issues/299
   });
 
   # https://github.com/yesodweb/Shelly.hs/issues/106