3p/nixpkgs: manually apply gopls patch
This commit is contained in:
parent
d78f055270
commit
e03d386d75
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue