mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pyserial: fix build on Darwin
This commit is contained in:
parent
a6ede9f46e
commit
100349d605
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue