From 83e6b6d906e85d61d3f6f24c431830d29efb062b Mon Sep 17 00:00:00 2001 From: misuzu Date: Wed, 10 Jun 2020 12:09:22 +0300 Subject: [PATCH] python3Packages.python-engineio: build on macOS --- pkgs/development/python-modules/python-engineio/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix index 128fb8961d4..cb3fe1a9f38 100644 --- a/pkgs/development/python-modules/python-engineio/default.nix +++ b/pkgs/development/python-modules/python-engineio/default.nix @@ -47,7 +47,6 @@ buildPythonPackage rec { description = "Engine.IO server"; homepage = "https://github.com/miguelgrinberg/python-engineio/"; license = licenses.mit; - platforms = platforms.linux; maintainers = [ maintainers.mic92 ]; }; }