mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
opendungeons: fix build
With Ogre 1.10 it fails due to -Werror.
This commit is contained in:
parent
6190ebbe93
commit
18ceefc2a1
@ -18289,7 +18289,9 @@ with pkgs;
|
||||
|
||||
openarena = callPackage ../games/openarena { };
|
||||
|
||||
opendungeons = callPackage ../games/opendungeons { };
|
||||
opendungeons = callPackage ../games/opendungeons {
|
||||
ogre = ogre1_9;
|
||||
};
|
||||
|
||||
openlierox = callPackage ../games/openlierox { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user