mathlibtools: init at 0.0.10

This commit is contained in:
Gabriel Ebner
2020-08-29 15:49:43 +02:00
parent 6141b50dd5
commit 67a280c90b
3 changed files with 29 additions and 0 deletions
+2
View File
@@ -992,6 +992,8 @@ in {
matchpy = callPackage ../development/python-modules/matchpy { };
mathlibtools = callPackage ../development/python-modules/mathlibtools {};
maxminddb = callPackage ../development/python-modules/maxminddb { };
mininet-python = (toPythonModule (pkgs.mininet.override{ inherit python; })).py;