bviplus: fix build

+4 -2
+4 -2
pkgs/applications/editors/bviplus/default.nix
··· 11 ncurses 12 ]; 13 makeFlags = "PREFIX=$(out)"; 14 meta = with lib; { 15 - description = "ncurses based hex editor with a vim-like interface"; 16 - homepage = "http://bviplus.sourceforge.net"; 17 license = licenses.gpl3; 18 platforms = platforms.linux; 19 maintainers = with maintainers; [ cstrahan ];
··· 11 ncurses 12 ]; 13 makeFlags = "PREFIX=$(out)"; 14 + buildFlags = [ "CFLAGS=-fgnu89-inline" ]; 15 + 16 meta = with lib; { 17 + description = "Ncurses based hex editor with a vim-like interface"; 18 + homepage = http://bviplus.sourceforge.net; 19 license = licenses.gpl3; 20 platforms = platforms.linux; 21 maintainers = with maintainers; [ cstrahan ];