bviplus: fix build with gcc14

This commit is contained in:
Sigmanificient
2025-03-09 19:00:28 +01:00
parent aa70590e58
commit 4e63062e76
+2
View File
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
buildFlags = [ "CFLAGS=-fgnu89-inline" ];
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-int";
meta = with lib; {
description = "Ncurses based hex editor with a vim-like interface";
homepage = "https://bviplus.sourceforge.net";