7 inherit (libgpiod) pname version src;
10 buildInputs = [ libgpiod ];
16 # Requires libgpiod built with --enable-tests
18 pythonImportsCheck = [ "gpiod" ];
21 description = "Python bindings for libgpiod";
22 homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/";
23 license = licenses.lgpl21Plus;
24 maintainers = with maintainers; [ lopsided98 ];