treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
This commit is contained in:
@@ -4,8 +4,6 @@ buildGoModule rec {
|
||||
pname = "coredns";
|
||||
version = "1.7.0";
|
||||
|
||||
goPackagePath = "github.com/coredns/coredns";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coredns";
|
||||
repo = "coredns";
|
||||
|
||||
Reference in New Issue
Block a user