hindent: needs new haskell-src-exts
This commit is contained in:
parent
5ab4aeb621
commit
5d56434e56
|
@ -653,7 +653,9 @@ self: super: {
|
|||
ln -s $lispdir $data/share/emacs/site-lisp
|
||||
'';
|
||||
doCheck = false; # https://github.com/chrisdone/hindent/issues/299
|
||||
}));
|
||||
})).override {
|
||||
haskell-src-exts = self.haskell-src-exts_1_20_1;
|
||||
};
|
||||
|
||||
# https://github.com/bos/configurator/issues/22
|
||||
configurator = dontCheck super.configurator;
|
||||
|
|
Loading…
Reference in New Issue