Merge pull request #44073 from lukeadams/pyserial-darwin-fix

pyserial: fix build on Darwin
This commit is contained in:
Matthew Bauer
2018-07-25 14:38:20 -04:00
committed by GitHub
@@ -10,7 +10,7 @@ buildPythonPackage rec {
}; };
checkPhase = "python -m unittest discover -s test"; checkPhase = "python -m unittest discover -s test";
doInstallCheck = !hostPlatform.isDarwin; # broken on darwin doCheck = !hostPlatform.isDarwin; # broken on darwin
meta = with lib; { meta = with lib; {
homepage = "https://github.com/pyserial/pyserial"; homepage = "https://github.com/pyserial/pyserial";