From f37fffd7dc44346222d85cf2c686fb095f549fa0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 1 Jan 2026 15:29:01 -0500 Subject: [PATCH] nufraw: Fix build for GCC 15 --- pkgs/applications/graphics/nufraw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/nufraw/default.nix b/pkgs/applications/graphics/nufraw/default.nix index 28c1f0b369fa..8a9fc312edb5 100644 --- a/pkgs/applications/graphics/nufraw/default.nix +++ b/pkgs/applications/graphics/nufraw/default.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { "--enable-dst-correction" ]; - env.NIX_CFLAGS_COMPILE = "-Wno-narrowing"; + env.NIX_CFLAGS_COMPILE = "-Wno-narrowing -Wno-error=incompatible-pointer-types -std=gnu17"; postInstall = lib.optionalString addThumbnailer '' mkdir -p $out/share/thumbnailers