pythonPackages.libevdev: init at 0.7

This commit is contained in:
Nick Hu
2020-05-18 00:27:45 +01:00
parent b772cd3a0c
commit e729bd808d
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -2597,6 +2597,8 @@ in {
libais = callPackage ../development/python-modules/libais { };
libevdev = callPackage ../development/python-modules/libevdev { };
libfdt = toPythonModule (pkgs.dtc.override {
inherit python;
pythonSupport = true;