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:
@@ -11,7 +11,6 @@ buildGoModule rec {
|
||||
sha256 = "14s5cl1g0rgqj7fj699xgz2kmkzym1zpckhv3h33ypsn4dq7gjh2";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/raphaelreyna/oneshot";
|
||||
vendorSha256 = "0v53dsj0w959pmvk6v1i7rwlfd2y0vrghxlwkgidw0sf775qpgvy";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user