streamlink: fix build

This commit is contained in:
Robert Schütz 2024-03-12 20:07:25 -07:00
parent afea7eb53b
commit 01eb61122c

View File

@ -7,13 +7,17 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.7.0";
format = "pyproject";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-kjrDJ/QCccWxRLEQ0virAdm0TLxN5PmtO/Zs+4Nc1MM=";
};
nativeBuildInputs = with python3Packages; [
setuptools
];
nativeCheckInputs = with python3Packages; [
pytestCheckHook
mock