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:
@@ -7,8 +7,6 @@ let
|
||||
version = "5.21.0";
|
||||
shortRev = "3a1ac58"; # for internal version info
|
||||
|
||||
goPackagePath = "github.com/sensu/sensu-go";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sensu";
|
||||
repo = "sensu-go";
|
||||
|
||||
Reference in New Issue
Block a user