mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 22:03:13 +00:00
Merge pull request #310545 from rrbutani/fix/xskat-darwin
xskat: fix build on Darwin
This commit is contained in:
commit
7ebe339812
@ -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 New Issue
Block a user