From 42bc96105f0b1d7a6e78155abe23088719c163fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Mar 2019 11:23:14 +0000 Subject: [PATCH] python3.pkgs.engineio: limit to linux probably has never build on macOS. --- pkgs/development/python-modules/python-engineio/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }