python310Packages.rpi-gpio: only build on Linux
This commit is contained in:
committed by
Bjørn Forsman
parent
011e62ddd7
commit
762fcbb80b
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user