diff --git a/pkgs/by-name/to/tone/package.nix b/pkgs/by-name/to/tone/package.nix index 708595602bb9..635ace738c31 100644 --- a/pkgs/by-name/to/tone/package.nix +++ b/pkgs/by-name/to/tone/package.nix @@ -41,7 +41,7 @@ buildDotnetModule rec { changelog = "https://github.com/sandreas/tone/releases/tag/v${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ jvanbruegge ]; - platforms = lib.platforms.linux; + platforms = with lib.platforms; linux ++ darwin ++ windows; mainProgram = "tone"; }; }