3p/nixpkgs: manually apply gopls patch

This commit is contained in:
Luke Granger-Brown 2020-11-03 15:26:42 +00:00
parent d78f055270
commit e03d386d75

View file

@ -15,6 +15,8 @@ buildGoModule rec {
doCheck = false; doCheck = false;
subPackages = [ "." ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Official language server for the Go language"; description = "Official language server for the Go language";
homepage = "https://github.com/golang/tools/tree/master/gopls"; homepage = "https://github.com/golang/tools/tree/master/gopls";