Skip to content

Commit

Permalink
streamlink: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Mar 13, 2024
1 parent 386aaad commit 594740c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/applications/video/streamlink/default.nix
Expand Up @@ -7,13 +7,17 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.6.2";
format = "pyproject";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-0UF8fFmG3BQ7xxHIqZ97iEsQ0lg/RLHD2t6n3wp15NU=";
};

nativeBuildInputs = with python3Packages; [
setuptools
];

nativeCheckInputs = with python3Packages; [
pytestCheckHook
mock
Expand Down

0 comments on commit 594740c

Please sign in to comment.