mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-06-19 18:48:39 +00:00
Remove deprecated goPackagePath attribute
Building otherwise fails with the following error: `goPackagePath` is not needed with `buildGoModule`
This commit is contained in:
parent
f063f2a90c
commit
2560e852df
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ buildGoModule rec {
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
goPackagePath = "code.dumpstack.io/tools/${pname}";
|
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
vendorSha256 = "1aimli23jdqv8rifsn22qfbj2c0nc0s5czsd8qprhnr4hcsbdnkf";
|
vendorSha256 = "1aimli23jdqv8rifsn22qfbj2c0nc0s5czsd8qprhnr4hcsbdnkf";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue