python3.pkgs.engineio: limit to linux

probably has never build on macOS.
This commit is contained in:
Jörg Thalheim 2019-03-14 11:23:14 +00:00
parent f94dc01e75
commit 42bc96105f
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -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 ];
};
}