0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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