Skip to content

Commit

Permalink
opendungeons: fix build
Browse files Browse the repository at this point in the history
With Ogre 1.10 it fails due to -Werror.
  • Loading branch information
orivej committed Jan 9, 2018
1 parent 6190ebb commit 18ceefc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 18ceefc

Please sign in to comment.