Loading pkgs/development/python-modules/velbus-aio/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,17 +18,17 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Cereal2nd"; repo = pname; repo = "velbus-aio"; rev = "refs/tags/${version}"; hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE="; fetchSubmodules = true; }; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ backoff pyserial pyserial-asyncio Loading Loading
pkgs/development/python-modules/velbus-aio/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,17 +18,17 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Cereal2nd"; repo = pname; repo = "velbus-aio"; rev = "refs/tags/${version}"; hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE="; fetchSubmodules = true; }; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ backoff pyserial pyserial-asyncio Loading