Merge pull request #310545 from rrbutani/fix/xskat-darwin
xskat: fix build on Darwin
This commit is contained in:
commit
7ebe339812
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10";
|
||||
};
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-int";
|
||||
|
||||
preInstall = ''
|
||||
sed -i Makefile \
|
||||
-e "s|.* BINDIR .*| BINDIR = $out/bin|" \
|
||||
|
|
Loading…
Reference in a new issue