mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
coqPackages.coq-lsp: add missing dependency (result)
This commit is contained in:
parent
5c6590d4e6
commit
be92f500ca
@ -32,7 +32,7 @@
|
||||
'';
|
||||
|
||||
propagatedBuildInputs =
|
||||
with coq.ocamlPackages; [ dune-build-info menhir uri yojson ];
|
||||
with coq.ocamlPackages; [ dune-build-info menhir result uri yojson ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Language Server Protocol and VS Code Extension for Coq";
|
||||
|
Loading…
Reference in New Issue
Block a user