Open sjakobi opened 5 years ago
@sjakobi: This comment explains why it is disabled:
... but it's possibly fixable. Basically, when Nix builds a project it builds the project directory in isolation, so relative references outside of the directory won't work. The way to fix this would be to actually make the entire dhall-haskell
project the source directory and then cd
to the dhall-lsp-server
directory before proceeding to the rest of the build.
I infer that it currently doesn't, from Hydra being green in https://github.com/dhall-lang/dhall-haskell/pull/1483 while AppVeyor fails due to failures in
dhall-lsp-server:tests
.We might have to fix the doctests first, but we should do that anyways.