Merge pull request #108258 from arcz/liquidctl

liquidctl: init at 1.4.2
This commit is contained in:
Pavol Rusnak
2021-01-03 00:09:11 +01:00
committed by GitHub
3 changed files with 41 additions and 0 deletions
+2
View File
@@ -3592,6 +3592,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 { };