smtprelay: don't build subpackages
This commit is contained in:
parent
1449ebdc34
commit
2cc85e7404
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorHash = "sha256-assGzM8/APNVVm2vZapPK6sh3tWNTnw6PSFwvEqNDPk=";
|
vendorHash = "sha256-assGzM8/APNVVm2vZapPK6sh3tWNTnw6PSFwvEqNDPk=";
|
||||||
|
|
||||||
|
subPackages = [
|
||||||
|
"."
|
||||||
|
];
|
||||||
|
|
||||||
CGO_ENABLED = 0;
|
CGO_ENABLED = 0;
|
||||||
|
|
||||||
# We do not supply the build time as the build wouldn't be reproducible otherwise.
|
# We do not supply the build time as the build wouldn't be reproducible otherwise.
|
||||||
|
|
Loading…
Reference in a new issue