Unverified Commit 7c64d998 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

foxtrotgps: fix for GCC 14 (#370609)

parents 1bc63158 e20c21e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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