mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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 New Issue
Block a user