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:
@@ -17,8 +17,6 @@ buildGoModule rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
goPackagePath = "github.com/b4b4r07/history";
|
||||
|
||||
postInstall = ''
|
||||
install -d $out/share
|
||||
cp -r "$NIX_BUILD_TOP/source/misc/"* "$out/share"
|
||||
|
||||
Reference in New Issue
Block a user