rigsofrods: fix build

This commit is contained in:
Orivej Desh 2018-01-09 00:43:55 +00:00
parent 9aad587cbb
commit 6190ebbe93

View file

@ -18374,6 +18374,9 @@ with pkgs;
rigsofrods = callPackage ../games/rigsofrods {
angelscript = angelscript_2_22;
ogre = ogre1_9;
ogrepaged = ogrepaged.override {
ogre = ogre1_9;
};
mygui = mygui.override {
withOgre = true;
};