streamlink: set macOS as a supported platform

This commit is contained in:
Michael Hoang 2018-07-15 13:11:49 +10:00
parent 7ef73ab110
commit 8cf34caba5

View File

@ -26,7 +26,7 @@ pythonPackages.buildPythonApplication rec {
Streamlink is a fork of the livestreamer project. Streamlink is a fork of the livestreamer project.
''; '';
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ dezgeg zraexy ]; maintainers = with maintainers; [ dezgeg zraexy enzime ];
}; };
} }