From 97834fc233afe624a052fe4f01d5bc876eeaa208 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Sat, 12 Dec 2015 16:49:00 -0500 Subject: [PATCH] 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. --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d844f2a047a..ad80220549a 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" )