Skip to content

Commit

Permalink
gopls: don't build integration tests or documentation generator
Browse files Browse the repository at this point in the history
Not only are these not used, but they also have super generic names,
which is confusing when they appear on the path, and possibly leads
to conflicts with other binaries.
  • Loading branch information
lukegb committed Oct 28, 2020
1 parent ca45bb5 commit 6a91f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/tools/gopls/default.nix
Expand Up @@ -15,6 +15,9 @@ buildGoModule rec {

doCheck = false;

# Only build gopls, and not the integration tests or documentation generator.
subPackages = [ "." ];

meta = with stdenv.lib; {
description = "Official language server for the Go language";
homepage = "https://github.com/golang/tools/tree/master/gopls";
Expand Down

0 comments on commit 6a91f4b

Please sign in to comment.