opendungeons: fix build

With Ogre 1.10 it fails due to -Werror.
This commit is contained in:
Orivej Desh 2018-01-09 00:44:35 +00:00
parent 6190ebbe93
commit 18ceefc2a1

View file

@ -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 { };