mycorrhiza: Add darwin platform
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
@@ -34,7 +33,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/bouncepaw/mycorrhiza";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ chekoopa ];
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
mainProgram = "mycorrhiza";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user