From 6d0224cd767039909a4c2294560b1014bf072796 Mon Sep 17 00:00:00 2001 From: David Baynard Date: Thu, 6 Oct 2022 06:00:57 +0100 Subject: [PATCH] goimapnotify: Add darwin to platforms (#193797) * goimapnotify: Add darwin to platforms The program builds and runs on macos. Co-authored-by: Mario Rodas --- pkgs/tools/networking/goimapnotify/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/networking/goimapnotify/default.nix b/pkgs/tools/networking/goimapnotify/default.nix index c2581fe3485..5df6013855a 100644 --- a/pkgs/tools/networking/goimapnotify/default.nix +++ b/pkgs/tools/networking/goimapnotify/default.nix @@ -24,7 +24,6 @@ buildGoModule rec { "Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE"; homepage = "https://gitlab.com/shackra/goimapnotify"; license = licenses.gpl3Plus; - platforms = platforms.linux; maintainers = with maintainers; [ wohanley ]; }; }