mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
streamlink: set macOS as a supported platform
This commit is contained in:
parent
7ef73ab110
commit
8cf34caba5
@ -26,7 +26,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
Streamlink is a fork of the livestreamer project.
|
||||
'';
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dezgeg zraexy ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ dezgeg zraexy enzime ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user