haskellPackages.dhall-lsp-server: unbreak
This commit is contained in:
parent
9a302dffc8
commit
678e947b88
@ -1519,4 +1519,8 @@ self: super: {
|
|||||||
# upstream: https://github.com/obsidiansystems/which/pull/6
|
# upstream: https://github.com/obsidiansystems/which/pull/6
|
||||||
which = doJailbreak super.which;
|
which = doJailbreak super.which;
|
||||||
|
|
||||||
|
# the test suite attempts to run the binaries built in this package
|
||||||
|
# through $PATH but they aren't in $PATH
|
||||||
|
dhall-lsp-server = dontCheck super.dhall-lsp-server;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -4187,7 +4187,6 @@ broken-packages:
|
|||||||
- dgs
|
- dgs
|
||||||
- dhall-check
|
- dhall-check
|
||||||
- dhall-fly
|
- dhall-fly
|
||||||
- dhall-lsp-server
|
|
||||||
- dhall-nix
|
- dhall-nix
|
||||||
- dhall-text
|
- dhall-text
|
||||||
- dhall-to-cabal
|
- dhall-to-cabal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user