python310Packages.rpi-gpio: only build on Linux

This commit is contained in:
Theodore Ni 2022-11-06 21:09:54 -08:00 committed by Bjørn Forsman
parent 011e62ddd7
commit 762fcbb80b

View file

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