Loading pkgs/development/python-modules/pyps4-2ndscreen/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pythonOlder, setuptools, aiohttp, Loading @@ -18,8 +19,6 @@ buildPythonPackage rec { version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "ktnrg45"; repo = "pyps4-2ndscreen"; Loading @@ -27,6 +26,15 @@ buildPythonPackage rec { hash = "sha256-AXU9WJ7kT/0ev1Cn+CYhEieR7IM5VXebxQYWUS8bdds="; }; patches = [ # https://github.com/ktnrg45/pyps4-2ndscreen/pull/61 (fetchpatch { name = "replace-async-timeout-with-asyncio.timeout.patch"; url = "https://github.com/ktnrg45/pyps4-2ndscreen/commit/c3c89f9cce09d91e2b325474d28d7f1b3ccdf0f4.patch"; hash = "sha256-igLa+DUvQWUZtrHiq9UXTSG2h7cktElaXbTsxYPEeLM="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading Loading
pkgs/development/python-modules/pyps4-2ndscreen/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, pythonOlder, setuptools, aiohttp, Loading @@ -18,8 +19,6 @@ buildPythonPackage rec { version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "ktnrg45"; repo = "pyps4-2ndscreen"; Loading @@ -27,6 +26,15 @@ buildPythonPackage rec { hash = "sha256-AXU9WJ7kT/0ev1Cn+CYhEieR7IM5VXebxQYWUS8bdds="; }; patches = [ # https://github.com/ktnrg45/pyps4-2ndscreen/pull/61 (fetchpatch { name = "replace-async-timeout-with-asyncio.timeout.patch"; url = "https://github.com/ktnrg45/pyps4-2ndscreen/commit/c3c89f9cce09d91e2b325474d28d7f1b3ccdf0f4.patch"; hash = "sha256-igLa+DUvQWUZtrHiq9UXTSG2h7cktElaXbTsxYPEeLM="; }) ]; build-system = [ setuptools ]; dependencies = [ Loading