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.
This commit is contained in:
Michael Alan Dorman 2015-12-12 16:49:00 -05:00 committed by Peter Simons
parent bc5f82dfc2
commit 97834fc233

View file

@ -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" )