roboschool: pin to qt514

This commit is contained in:
Thomas Tuegel
2020-09-07 10:35:11 -05:00
parent c5059b88b5
commit a811e37d1c
2 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
, python
, fetchFromGitHub
, fetchpatch
, qt5
, qtbase
, boost
, assimp
, gym
@@ -33,14 +33,14 @@ buildPythonPackage rec {
nativeBuildInputs = [
pkgconfig
qt5.qtbase # needs the `moc` tool
qtbase # needs the `moc` tool
which
];
buildInputs = [
bullet-roboschool
assimp
qt5.qtbase
qtbase
boost
];