7 buildPythonPackage rec {
10 format = "setuptools";
15 hash = "sha256-uZ0pPzWK8cBSX8/qvcZGYEnlVdtWn/vKPyF1kfwU5Pk=";
18 # Disable check because it depends on a GPIO library
22 homepage = "https://github.com/dbrgn/RPLCD";
24 Raspberry Pi LCD library for the widely used Hitachi HD44780 controller
26 mainProgram = "rplcd-tests";
27 license = licenses.mit;
28 maintainers = with maintainers; [ onny ];