python3Packages.minidump: init at 0.0.13

This commit is contained in:
Fabian Affolter
2021-01-08 17:58:09 +01:00
parent 210b6509ed
commit 131f8250c4
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -3885,6 +3885,8 @@ in {
minidb = callPackage ../development/python-modules/minidb { };
minidump = callPackage ../development/python-modules/minidump { };
minimock = callPackage ../development/python-modules/minimock { };
mininet-python = (toPythonModule (pkgs.mininet.override { inherit python; })).py;