libgpiod: add support for Python bindings

This commit is contained in:
Ben Wolsieffer
2020-03-19 21:44:10 -07:00
committed by Jon
parent 080d77443e
commit 569566d98b
2 changed files with 11 additions and 4 deletions
+5
View File
@@ -4151,6 +4151,11 @@ in {
inherit (pkgs.linuxPackages) nvidia_x11;
};
libgpiod = disabledIf (!isPy3k) (toPythonModule (pkgs.libgpiod.override {
enablePython = true;
python3 = python;
}));
libkeepass = callPackage ../development/python-modules/libkeepass { };
librepo = pipe pkgs.librepo [