mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-16 05:13:26 +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
|
@ -16,8 +16,6 @@ buildGoModule rec {
|
|||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
goPackagePath = "code.dumpstack.io/tools/${pname}";
|
||||
|
||||
src = ./.;
|
||||
|
||||
vendorSha256 = "1aimli23jdqv8rifsn22qfbj2c0nc0s5czsd8qprhnr4hcsbdnkf";
|
||||
|
|
Loading…
Reference in a new issue