python.pkgs.roboschool: init at 1.0.39 (#58451)

Needs a forked version of bullet.
This commit is contained in:
Timo Kaufmann
2019-03-27 21:26:54 +00:00
committed by GitHub
parent a921f8a1d1
commit e7a084bdba
4 changed files with 138 additions and 0 deletions

View File

@@ -4028,6 +4028,10 @@ in {
retry_decorator = callPackage ../development/python-modules/retry_decorator { };
roboschool = callPackage ../development/python-modules/roboschool {
inherit (pkgs) pkgconfig; # use normal pkgconfig, not the python package
};
qdarkstyle = callPackage ../development/python-modules/qdarkstyle { };
quamash = callPackage ../development/python-modules/quamash { };