Merge pull request #243222 from tjni/pyserial-asyncio

python310Packages.pyserial-asyncio: enable on darwin

authored by

Weijia Wang and committed by
GitHub
9caab144 112dc821

+2 -1
+2 -1
pkgs/development/python-modules/pyserial-asyncio/default.nix
··· 20 20 pyserial 21 21 ]; 22 22 23 + __darwinAllowLocalNetworking = true; 24 + 23 25 pythonImportsCheck = [ 24 26 "serial_asyncio" 25 27 ]; ··· 29 31 homepage = "https://github.com/pyserial/pyserial-asyncio"; 30 32 license = licenses.bsd3; 31 33 maintainers = with maintainers; [ ]; 32 - platforms = platforms.linux; 33 34 }; 34 35 }