From 762fcbb80b5ec8746d4c0f9c41b90e0556905870 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sun, 6 Nov 2022 21:09:54 -0800 Subject: [PATCH] python310Packages.rpi-gpio: only build on Linux --- pkgs/development/python-modules/rpi-gpio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/rpi-gpio/default.nix b/pkgs/development/python-modules/rpi-gpio/default.nix index 2618f9f0ea91..56384a12e4aa 100644 --- a/pkgs/development/python-modules/rpi-gpio/default.nix +++ b/pkgs/development/python-modules/rpi-gpio/default.nix @@ -18,6 +18,7 @@ buildPythonPackage rec { homepage = "https://sourceforge.net/p/raspberry-gpio-python"; description = "Python module to control the GPIO on a Raspberry Pi"; license = licenses.mit; + platforms = platforms.linux; maintainers = with maintainers; [ onny ]; }; }