about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-01 23:14:24 +0900
committerGitHub <noreply@github.com>2024-05-01 23:14:24 +0900
commitccc55641352aa0a58ee42cb32de3a55ea02deff8 (patch)
tree7c6b96eb422c45c95d9c2864bd95b717a3a802a1
parent274b5189a07c959329d18c1205eafea1ba5df0f1 (diff)
parentcf7dfc8f068806566998d36cc2f9fbc3d9c7d73a (diff)
Merge pull request #307801 from purcell/gonic-0.16
gonic: enable on darwin
-rw-r--r--pkgs/servers/gonic/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/gonic/default.nix b/pkgs/servers/gonic/default.nix
index f3c83a164bce6..d405e82be9b85 100644
--- a/pkgs/servers/gonic/default.nix
+++ b/pkgs/servers/gonic/default.nix
@@ -55,7 +55,6 @@ buildGoModule rec {
     description = "Music streaming server / subsonic server API implementation";
     license = lib.licenses.gpl3Plus;
     maintainers = with lib.maintainers; [ autrimpo ];
-    platforms = lib.platforms.linux;
     mainProgram = "gonic";
   };
 }