Skip to content

Commit

Permalink
tone: update meta.platforms to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Dec 15, 2024
1 parent 2f9f802 commit 4ad5802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/by-name/to/tone/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
buildDotnetModule,
ffmpeg-full,
dotnetCorePackages,
stdenvNoCC,
versionCheckHook,
}:

Expand Down Expand Up @@ -41,7 +42,8 @@ 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;
broken = !stdenvNoCC.isLinux;
mainProgram = "tone";
};
}

0 comments on commit 4ad5802

Please sign in to comment.