bluefish: unbreak on GCC 14

This commit is contained in:
awwpotato 2025-04-26 10:59:36 -07:00
parent 6846f118d8
commit c98e01254b
No known key found for this signature in database

View file

@ -34,6 +34,9 @@ stdenv.mkDerivation (finalAttrs: {
python3
];
# infb_gui.c:143:61: error: implicit declaration of function 'xmlNanoHTTPFetch' [-Wimplicit-function-declaration]
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
meta = {
description = "Powerful editor targeted towards programmers and webdevelopers";
homepage = "https://bluefish.openoffice.nl/";