Merge pull request #43552 from Enzime/add/streamlink-on-darwin

streamlink: set macOS as a supported platform

authored by Daiderd Jordan and committed by GitHub 656d1fee b23a243c

+2 -2
+2 -2
pkgs/applications/video/streamlink/default.nix
··· 26 Streamlink is a fork of the livestreamer project. 27 ''; 28 license = licenses.bsd2; 29 - platforms = platforms.linux; 30 - maintainers = with maintainers; [ dezgeg zraexy ]; 31 }; 32 }
··· 26 Streamlink is a fork of the livestreamer project. 27 ''; 28 license = licenses.bsd2; 29 + platforms = platforms.linux ++ platforms.darwin; 30 + maintainers = with maintainers; [ dezgeg zraexy enzime ]; 31 }; 32 }