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:
Timothy Stott
2020-08-11 21:04:55 +00:00
committed by GitHub
parent 4c3b64adf4
commit ba7c0893d4
31 changed files with 16 additions and 64 deletions
-1
View File
@@ -3,7 +3,6 @@
buildGoModule rec {
pname = "age";
version = "1.0.0-beta4";
goPackagePath = "github.com/FiloSottile/age";
vendorSha256 = "0km7a2826j3fk2nrkmgc990chrkcfz006wfw14yilsa4p2hmfl7m";
doCheck = false;