summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorTimothy Stott <stott.timothy@gmail.com>2020-08-11 22:04:55 +0100
committerGitHub <noreply@github.com>2020-08-11 21:04:55 +0000
commitba7c0893d4fcbe2b8fd449064a7bf7ec36553385 (patch)
tree6efe82338117f97770619c95385c83f67bc9209a /pkgs/servers/dns
parent4c3b64adf417859edfbce599eee15d335167b2a8 (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/dns')
-rw-r--r--pkgs/servers/dns/coredns/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/dns/coredns/default.nix b/pkgs/servers/dns/coredns/default.nix
index f42433caaf7f..981056b53c1c 100644
--- a/pkgs/servers/dns/coredns/default.nix
+++ b/pkgs/servers/dns/coredns/default.nix
@@ -4,8 +4,6 @@ buildGoModule rec {
pname = "coredns";
version = "1.7.0";
- goPackagePath = "github.com/coredns/coredns";
-
src = fetchFromGitHub {
owner = "coredns";
repo = "coredns";