diff options
author | Timothy Stott | 2020-08-11 22:04:55 +0100 |
---|---|---|
committer | GitHub | 2020-08-11 21:04:55 +0000 |
commit | ba7c0893d4fcbe2b8fd449064a7bf7ec36553385 (patch) | |
tree | 6efe82338117f97770619c95385c83f67bc9209a /pkgs/servers/tailscale/default.nix | |
parent | 4c3b64adf417859edfbce599eee15d335167b2a8 (diff) |
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
Diffstat (limited to 'pkgs/servers/tailscale/default.nix')
-rw-r--r-- | pkgs/servers/tailscale/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix index db43977e3a2c..a5aa77cd040e 100644 --- a/pkgs/servers/tailscale/default.nix +++ b/pkgs/servers/tailscale/default.nix @@ -15,7 +15,6 @@ buildGoModule rec { CGO_ENABLED = 0; - goPackagePath = "tailscale.com"; vendorSha256 = "0l9lzwwvshg9a2kmmq1cvvlaxncbas78a9hjhvjjar89rjr2k2sv"; doCheck = false; |