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:
@@ -15,10 +15,9 @@ buildGoModule rec {
|
||||
export buildFlagsArray+=(
|
||||
"-ldflags=
|
||||
-w -s
|
||||
-X ${goPackagePath}/pkg/version.Version=${version}")
|
||||
-X github.com/jlesquembre/kubeprompt/pkg/version.Version=${version}")
|
||||
'';
|
||||
|
||||
goPackagePath = "github.com/jlesquembre/kubeprompt";
|
||||
vendorSha256 = "089lfkvyf00f05kkmr935jbrddf2c0v7m2356whqnz7ad6a2whsi";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user