From e20c21e12cf12c4ae68732eec4f4ade3855f2191 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Fri, 3 Jan 2025 11:24:34 +0100 Subject: [PATCH] foxtrotgps: fix for GCC 14 --- pkgs/by-name/fo/foxtrotgps/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/fo/foxtrotgps/package.nix b/pkgs/by-name/fo/foxtrotgps/package.nix index 43e176471a5c..b915c758eb40 100644 --- a/pkgs/by-name/fo/foxtrotgps/package.nix +++ b/pkgs/by-name/fo/foxtrotgps/package.nix @@ -65,6 +65,8 @@ stdenv.mkDerivation rec { )) ]; + env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; + postUnpack = '' cp -R ${srcs.screenshots} $sourceRoot/doc/screenshots chmod -R u+w $sourceRoot/doc/screenshots