liquidctl: init at 1.4.2

This commit is contained in:
Artur Cygan
2021-01-02 21:01:34 +01:00
parent f0e774407c
commit c5e35cc8cf
3 changed files with 41 additions and 0 deletions
+2
View File
@@ -3578,6 +3578,8 @@ in {
linuxfd = callPackage ../development/python-modules/linuxfd { };
liquidctl = callPackage ../development/python-modules/liquidctl { };
lirc = disabledIf isPy27 (toPythonModule (pkgs.lirc.override { python3 = python; }));
littleutils = callPackage ../development/python-modules/littleutils { };