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