gnome2.gtksourceview: fix build with gcc-14 (#368606)

This commit is contained in:
Franz Pletz
2024-12-29 02:20:34 +01:00
committed by GitHub
@@ -45,6 +45,9 @@ stdenv.mkDerivation (finalAttrs: {
})
];
# Fix build with gcc 14
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
nativeBuildInputs = [
pkg-config
intltool