1
0
Fork 0

Remove deprecated goPackagePath attribute

Building otherwise fails with the following error:
`goPackagePath` is not needed with `buildGoModule`
master
ilian 2021-12-20 01:03:02 +01:00 committed by Mikhail Klementev
parent f063f2a90c
commit 2560e852df
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ buildGoModule rec {
buildInputs = [ makeWrapper ];
goPackagePath = "code.dumpstack.io/tools/${pname}";
src = ./.;
vendorSha256 = "1aimli23jdqv8rifsn22qfbj2c0nc0s5czsd8qprhnr4hcsbdnkf";