Merge pull request #310545 from rrbutani/fix/xskat-darwin

xskat: fix build on Darwin

authored by Weijia Wang and committed by GitHub 7ebe3398 24ebca45

+2
+2
pkgs/games/xskat/default.nix
··· 12 sha256 = "8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10"; 13 }; 14 15 preInstall = '' 16 sed -i Makefile \ 17 -e "s|.* BINDIR .*| BINDIR = $out/bin|" \
··· 12 sha256 = "8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10"; 13 }; 14 15 + env.NIX_CFLAGS_COMPILE = "-Wno-implicit-int"; 16 + 17 preInstall = '' 18 sed -i Makefile \ 19 -e "s|.* BINDIR .*| BINDIR = $out/bin|" \