bviplus: fix build

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