python310Packages.rpi-gpio: only build on Linux
This commit is contained in:
parent
011e62ddd7
commit
762fcbb80b
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue