smtprelay: don't build subpackages

This commit is contained in:
Fabian Affolter 2023-10-13 12:21:20 +02:00
parent 1449ebdc34
commit 2cc85e7404

View file

@ -16,6 +16,10 @@ buildGoModule rec {
vendorHash = "sha256-assGzM8/APNVVm2vZapPK6sh3tWNTnw6PSFwvEqNDPk=";
subPackages = [
"."
];
CGO_ENABLED = 0;
# We do not supply the build time as the build wouldn't be reproducible otherwise.