python3Packages.gpiozero: disable on darwin

This commit is contained in:
Martin Weinelt
2022-11-07 02:17:12 +01:00
parent 6c49cc6681
commit 19b48bbc5a

View File

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