haskellPackages.hindent: remove testing override

This commit is contained in:
Michael Alan Dorman 2016-02-26 06:12:21 -05:00 committed by Peter Simons
parent d8c24dae8f
commit deba002b3c

View File

@ -786,8 +786,6 @@ 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" )