foxtrotgps: fix for GCC 14 (#370609)

This commit is contained in:
Arne Keller
2025-03-28 09:24:42 +01:00
committed by GitHub
+2
View File
@@ -65,6 +65,8 @@ stdenv.mkDerivation {
))
];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
postUnpack = ''
cp -R ${srcs.screenshots} $sourceRoot/doc/screenshots
chmod -R u+w $sourceRoot/doc/screenshots