gopls: drop modernize binary
modernize from gopls is deprecated, there is a successor in the gotools package. Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -28,11 +28,7 @@ buildGoLatestModule (finalAttrs: {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
# Only build gopls & modernize, not the integration tests or documentation generator.
|
||||
subPackages = [
|
||||
"."
|
||||
"internal/analysis/modernize/cmd/modernize"
|
||||
];
|
||||
subPackages = [ "." ];
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
Reference in New Issue
Block a user