libgpiod: add support for Python bindings
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user