pythonPackages.matchpy: init at 0.4.6

This commit is contained in:
Chris Ostrouchov
2018-11-27 20:45:40 -05:00
parent b5d58552c0
commit fe5a7e5ed6
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -422,6 +422,8 @@ in {
markerlib = callPackage ../development/python-modules/markerlib { };
matchpy = callPackage ../development/python-modules/matchpy { };
monty = callPackage ../development/python-modules/monty { };
mininet-python = (toPythonModule (pkgs.mininet.override{ inherit python; })).py;