1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
11 hash = "sha256-uZ0pPzWK8cBSX8/qvcZGYEnlVdtWn/vKPyF1kfwU5Pk=";
14 # Disable check because it depends on a GPIO library
18 homepage = "https://github.com/dbrgn/RPLCD";
20 Raspberry Pi LCD library for the widely used Hitachi HD44780 controller
22 mainProgram = "rplcd-tests";
23 license = licenses.mit;
24 maintainers = with maintainers; [ onny ];