Commit 2cc85e74 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

smtprelay: don't build subpackages

parent 1449ebdc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.