Skip to content

Commit

Permalink
arx-libertatis: fix by building with gcc6
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 18, 2018
1 parent 44f8613 commit c7d298a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -18334,7 +18334,9 @@ with pkgs;

armagetronad = callPackage ../games/armagetronad { };

arx-libertatis = callPackage ../games/arx-libertatis { };
arx-libertatis = callPackage ../games/arx-libertatis {
stdenv = overrideCC stdenv gcc6;
};

asc = callPackage ../games/asc {
lua = lua5_1;
Expand Down

0 comments on commit c7d298a

Please sign in to comment.