Merge pull request #199949 from mweinelt/gpiozero-linux-only

authored by Martin Weinelt and committed by GitHub d633c1d5 733dcaf5

+1
+1
pkgs/development/python-modules/gpiozero/default.nix
··· 49 description = "A simple interface to GPIO devices with Raspberry Pi"; 50 homepage = "https://github.com/gpiozero/gpiozero"; 51 license = licenses.bsd3; 52 maintainers = with maintainers; [ hexa ]; 53 }; 54 }
··· 49 description = "A simple interface to GPIO devices with Raspberry Pi"; 50 homepage = "https://github.com/gpiozero/gpiozero"; 51 license = licenses.bsd3; 52 + platforms = platforms.linux; 53 maintainers = with maintainers; [ hexa ]; 54 }; 55 }