lol

wiimms-iso-tools: add -fcommon workaround

+2 -1
+2 -1
pkgs/tools/filesystems/wiimms-iso-tools/default.nix
··· 30 patchShebangs gen-text-file.sh 31 ''; 32 33 - NIX_CFLAGS_COMPILE = "-Wno-error=format-security"; 34 INSTALL_PATH = "$out"; 35 36 installPhase = ''
··· 30 patchShebangs gen-text-file.sh 31 ''; 32 33 + # Workaround build failure on -fno-common toolchains like upstream gcc-10. 34 + NIX_CFLAGS_COMPILE = "-Wno-error=format-security -fcommon"; 35 INSTALL_PATH = "$out"; 36 37 installPhase = ''