mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
bc5f82dfc2
commit
97834fc233
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user