Merge pull request #199949 from mweinelt/gpiozero-linux-only
This commit is contained in:
commit
d633c1d56f
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ buildPythonPackage rec {
|
|||
description = "A simple interface to GPIO devices with Raspberry Pi";
|
||||
homepage = "https://github.com/gpiozero/gpiozero";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue