Loading pkgs/development/python-modules/pyserial-asyncio/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ buildPythonPackage rec { pyserial ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "serial_asyncio" ]; Loading @@ -29,6 +31,5 @@ buildPythonPackage rec { homepage = "https://github.com/pyserial/pyserial-asyncio"; license = licenses.bsd3; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } Loading
pkgs/development/python-modules/pyserial-asyncio/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ buildPythonPackage rec { pyserial ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "serial_asyncio" ]; Loading @@ -29,6 +31,5 @@ buildPythonPackage rec { homepage = "https://github.com/pyserial/pyserial-asyncio"; license = licenses.bsd3; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }