pythonPackages.pywebview: init at 3.2

This commit is contained in:
Johannes Schleifenbaum
2020-03-11 10:55:46 -07:00
committed by Jon
parent 004325edce
commit e0a0263d44
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -1354,6 +1354,8 @@ in {
pywebpush = callPackage ../development/python-modules/pywebpush { };
pywebview = callPackage ../development/python-modules/pywebview { };
pywick = callPackage ../development/python-modules/pywick { };
pyxml = disabledIf isPy3k (callPackage ../development/python-modules/pyxml{ });