mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
isponsorblocktv: add darwin platforms
There are published osx artifacts and none of the python packages used are linux specific. Tested on OSX Sequoia with `--impure` and `NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1` and confirmed that functionality fully works.
This commit is contained in:
parent
1c8099284c
commit
b2a84e5a6c
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ python3Packages.buildPythonApplication rec {
|
|||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ lukegb ];
|
||||
mainProgram = "iSponsorBlockTV";
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue