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.
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user