Skip to content

Commit c7d298a

Browse files
committedFeb 18, 2018
arx-libertatis: fix by building with gcc6
1 parent 44f8613 commit c7d298a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -18334,7 +18334,9 @@ with pkgs;
1833418334

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

18337-
arx-libertatis = callPackage ../games/arx-libertatis { };
18337+
arx-libertatis = callPackage ../games/arx-libertatis {
18338+
stdenv = overrideCC stdenv gcc6;
18339+
};
1833818340

1833918341
asc = callPackage ../games/asc {
1834018342
lua = lua5_1;

0 commit comments

Comments
 (0)
Please sign in to comment.