mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
python3.pkgs.engineio: limit to linux
probably has never build on macOS.
This commit is contained in:
parent
f94dc01e75
commit
42bc96105f
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
||||
description = "Engine.IO server";
|
||||
homepage = http://github.com/miguelgrinberg/python-engineio/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user