Merge pull request #89271 from dpausp/eliot-tree

eliot-tree: init at 19.0.1
This commit is contained in:
Christian Kauhaus
2020-08-05 15:09:48 +02:00
committed by GitHub
5 changed files with 108 additions and 0 deletions
+2
View File
@@ -730,6 +730,8 @@ in {
diff-match-patch = callPackage ../development/python-modules/diff-match-patch { };
eliot = callPackage ../development/python-modules/eliot {};
entrance = callPackage ../development/python-modules/entrance { routerFeatures = false; };
entrance-with-router-features = callPackage ../development/python-modules/entrance { routerFeatures = true; };