xskat: fix build w/newer clang versions

This commit is contained in:
Rahul Butani 2024-05-10 02:40:10 -07:00
parent 446a3fbada
commit eaa0a8e49d
No known key found for this signature in database

View File

@ -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|" \