ocamlPackages.ocaml-lsp: wrap with dot-merlin-reader

this requires that dot-merlin-reader be built with the same ocaml version as
ocaml-lsp
This commit is contained in:
Symphorien Gibol
2021-03-21 22:09:52 +01:00
parent 7a6d0468bf
commit d08e1d78e7
4 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
{ lib, fetchurl, ocamlPackages }:
with ocamlPackages;
{ lib, fetchurl, yojson, csexp, result, buildDunePackage }:
buildDunePackage rec {
pname = "dot-merlin-reader";