Open
Description
The error is probably due to this project using Nix for it's dependencies. And emacs is not running within the nix-context.
I've tried to disable this with either of these two options but I still run into the error (which locks up the editor for a second or two after each file save):
(setq-default flycheck-disabled-checkers '(haskell-stack-ghc))
(add-to-list 'flycheck-disabled-checkers 'haskell-stack-ghc)
Suspicious state from syntax checker haskell-stack-ghc: Flycheck checker haskell-stack-ghc returned non-zero exit code 1, but its output contained no errors: <command line>: cannot satisfy -package X11
Flycheck version: 32snapshot (package: 20191126.2142)
emacs --version
GNU Emacs 26.3
Metadata
Metadata
Assignees
Labels
No labels