1 { lib, buildPythonPackage, fetchPypi, rpi-gpio }:
3 buildPythonPackage rec {
10 hash = "sha256-+oVYlqF5PQAFz4EO1ap6pjmYTLg9xQy6UbQja4utt2Q=";
13 propagatedBuildInputs = [ rpi-gpio ];
15 # Checks depend on rpi-gpio which requires to be run on a Raspberry Pi,
16 # therefore it fails on other systems
20 homepage = "https://github.com/brettmclean/pad4pi";
21 description = "Interrupt-based matrix keypad library for Raspberry Pi";
22 license = licenses.lgpl3;
23 maintainers = with maintainers; [ onny ];