···1314 hardeningDisable = [ "format" ];
1516- NIX_CFLAGS_COMPILE = [ "-lm" ];
00000001718 meta = with lib; {
19 description = "The classic version of a quick tactics game LiquidWar";
···1314 hardeningDisable = [ "format" ];
1516+ NIX_CFLAGS_COMPILE = [
17+ # Workaround build failure on -fno-common toolchains like upstream
18+ # gcc-10. Otherwise build fails as:
19+ # ld: random.o:(.bss+0x0): multiple definition of `LW_RANDOM_ON'; game.o:(.bss+0x4): first defined here
20+ "-fcommon"
21+22+ "-lm"
23+ ];
2425 meta = with lib; {
26 description = "The classic version of a quick tactics game LiquidWar";