python.pkgs.pybullet: init at 2.4.8 (#58448)

This commit is contained in:
Timo Kaufmann
2019-03-27 22:17:37 +00:00
committed by GitHub
parent 6c0a30321e
commit 197bc2afc0
3 changed files with 49 additions and 0 deletions

View File

@@ -617,6 +617,8 @@ in {
pybind11 = callPackage ../development/python-modules/pybind11 { };
pybullet = callPackage ../development/python-modules/pybullet { };
pycairo = callPackage ../development/python-modules/pycairo {
inherit (pkgs) pkgconfig;
};