libowfat: fix build on gcc 15

This commit is contained in:
Shogo Takata
2026-01-06 05:08:00 +09:00
parent 1e46161ce7
commit c1c7664ae7
+2
View File
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
];
enableParallelBuilding = true;
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=incompatible-pointer-types" ];
meta = {
description = "GPL reimplementation of libdjb";
homepage = "https://www.fefe.de/libowfat/";