forked from mirrors/nixpkgs
Make rigsofrods use mygui with ogre. Required.
This commit is contained in:
parent
ecedf80a52
commit
c85e3861ba
|
@ -14948,6 +14948,9 @@ in
|
|||
|
||||
rigsofrods = callPackage ../games/rigsofrods {
|
||||
angelscript = angelscript_2_22;
|
||||
mygui = mygui.override {
|
||||
withOgre = true;
|
||||
};
|
||||
};
|
||||
|
||||
rili = callPackage ../games/rili { };
|
||||
|
|
Loading…
Reference in a new issue