python3.pkgs.rtoml: init at 0.6.1 (#122400)

This commit is contained in:
evils
2021-05-10 22:06:17 +02:00
committed by GitHub
parent ca4001870b
commit 18ed189365
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -7216,6 +7216,8 @@ in {
rtmidi-python = callPackage ../development/python-modules/rtmidi-python { };
rtoml = callPackage ../development/python-modules/rtoml { };
Rtree = callPackage ../development/python-modules/Rtree {
inherit (pkgs) libspatialindex;
};