summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-engineio
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-03-14 11:23:14 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-03-14 11:23:14 +0000
commit42bc96105f0b1d7a6e78155abe23088719c163fe (patch)
tree5ab0d6da23c7f345306a48434465a914c41bb475 /pkgs/development/python-modules/python-engineio
parentf94dc01e751fdc17f3d5f7f7b4dc201fcb686238 (diff)
downloadnixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar.gz
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar.bz2
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar.lz
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar.xz
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.tar.zst
nixpkgs-42bc96105f0b1d7a6e78155abe23088719c163fe.zip
python3.pkgs.engineio: limit to linux
probably has never build on macOS.
Diffstat (limited to 'pkgs/development/python-modules/python-engineio')
-rw-r--r--pkgs/development/python-modules/python-engineio/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix
index 1f64ff13fa0..7e5be24efaa 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 ];
   };
 }