pythonPackages.littleutils: init at 0.2.2

This commit is contained in:
Jaakko Luttinen
2020-11-19 16:08:23 -08:00
committed by Jonathan Ringer
parent 1115df837e
commit b8fa662585
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -3517,6 +3517,8 @@ in {
lirc = disabledIf isPy27 (toPythonModule (pkgs.lirc.override { python3 = python; }));
littleutils = callPackage ../development/python-modules/littleutils { };
livelossplot = callPackage ../development/python-modules/livelossplot { };
livereload = callPackage ../development/python-modules/livereload { };