summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-12-12 16:49:00 -0500
committerPeter Simons <simons@cryp.to>2015-12-16 21:33:56 +0100
commit97834fc233afe624a052fe4f01d5bc876eeaa208 (patch)
tree7646ca0e64d8116abccb0a3774b7e42eec95742c /pkgs/development/haskell-modules/configuration-common.nix
parentbc5f82dfc26cb9135b419dc706178f4696fdaefe (diff)
downloadnixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar.gz
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar.bz2
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar.lz
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar.xz
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.tar.zst
nixlib-97834fc233afe624a052fe4f01d5bc876eeaa208.zip
Don't check hindent
It appears its test suite has some issues at present, based on
https://github.com/chrisdone/hindent/issues/166, which seems to preceed
haskell-src-exts-1.17 being released.
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 d844f2a047ab..ad80220549af 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -818,6 +818,8 @@ self: super: {
 
   # Byte-compile elisp code for Emacs.
   hindent = overrideCabal super.hindent (drv: {
+    # https://github.com/chrisdone/hindent/issues/166
+    doCheck = false;
     executableToolDepends = drv.executableToolDepends or [] ++ [pkgs.emacs];
     postInstall = ''
       local lispdir=( "$out/share/"*"-${self.ghc.name}/${drv.pname}-${drv.version}/elisp" )