mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
goimapnotify: Add darwin to platforms (#193797)
* goimapnotify: Add darwin to platforms The program builds and runs on macos. Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
parent
e732f713d0
commit
6d0224cd76
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user