1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "efm-langserver";
7 src = fetchFromGitHub {
9 repo = "efm-langserver";
11 sha256 = "sha256-+yN08MAoFaixvt2EexhRNucG6I4v2FdHf44XlYIwzhA=";
14 vendorSha256 = "sha256-KABezphT5/o3XWSFNe2OvfawFR8uwsGMnjsI9xh378Q=";
15 subPackages = [ "." ];
18 description = "General purpose Language Server";
19 maintainers = with maintainers; [ Philipp-M ];
20 homepage = "https://github.com/mattn/efm-langserver";
21 license = licenses.mit;