python3Packages.fountains: init at 0.2.1

This commit is contained in:
Fabian Affolter
2021-03-06 21:46:49 +01:00
parent 7cdb732449
commit e83c692f97
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -2446,6 +2446,8 @@ in {
foundationdb60 = callPackage ../servers/foundationdb/python.nix { foundationdb = pkgs.foundationdb60; };
foundationdb61 = callPackage ../servers/foundationdb/python.nix { foundationdb = pkgs.foundationdb61; };
fountains = callPackage ../development/python-modules/fountains { };
foxdot = callPackage ../development/python-modules/foxdot { };
fpdf = callPackage ../development/python-modules/fpdf { };