diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix index 1f64ff13fa03..7e5be24efaa2 100644 --- a/pkgs/development/python-modules/python-engineio/default.nix +++ b/pkgs/development/python-modules/python-engineio/default.nix @@ -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 ]; }; }