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

streamlink: set macOS as a supported platform
This commit is contained in:
Daiderd Jordan 2018-07-15 18:23:11 +02:00 committed by GitHub
commit 656d1feef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}