Unverified Commit 3ea3e6d4 authored by phanirithvij's avatar phanirithvij
Browse files

mailpit: fix build on darwin

parent 0bb256b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -93,6 +93,8 @@ buildGoModule {
    command = ./update.sh;
  };

  __darwinAllowLocalNetworking = true;

  meta = {
    description = "Email and SMTP testing tool with API for developers";
    homepage = "https://github.com/axllent/mailpit";