foxtrotgps: fix for GCC 14

This commit is contained in:
FliegendeWurst
2025-01-03 14:49:54 +01:00
parent f28864e00d
commit e20c21e12c
+2
View File
@@ -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