roboschool: pin to qt514
This commit is contained in:
parent
c5059b88b5
commit
a811e37d1c
@ -4,7 +4,7 @@
|
|||||||
, python
|
, python
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, qt5
|
, qtbase
|
||||||
, boost
|
, boost
|
||||||
, assimp
|
, assimp
|
||||||
, gym
|
, gym
|
||||||
@ -33,14 +33,14 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
qt5.qtbase # needs the `moc` tool
|
qtbase # needs the `moc` tool
|
||||||
which
|
which
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bullet-roboschool
|
bullet-roboschool
|
||||||
assimp
|
assimp
|
||||||
qt5.qtbase
|
qtbase
|
||||||
boost
|
boost
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -6086,8 +6086,9 @@ in {
|
|||||||
robomachine = callPackage ../development/python-modules/robomachine { };
|
robomachine = callPackage ../development/python-modules/robomachine { };
|
||||||
|
|
||||||
roboschool = callPackage ../development/python-modules/roboschool {
|
roboschool = callPackage ../development/python-modules/roboschool {
|
||||||
inherit (pkgs) pkgconfig;
|
inherit (pkgs) pkgconfig; # use normal pkgconfig, not the python package
|
||||||
}; # use normal pkgconfig, not the python package
|
inherit (qt5) qtbase;
|
||||||
|
};
|
||||||
|
|
||||||
robot-detection = callPackage ../development/python-modules/robot-detection { };
|
robot-detection = callPackage ../development/python-modules/robot-detection { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user