nixpkgs/pkgs/applications/editors/hexcurse
Sergei Trofimovich 4b0803dc73 hexcurse: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    screen.c:495:5: error: format not a string literal and no format arguments [-Werror=format-security]
      495 |     mvwprintw(tmpwin,2,3, msg);
          |     ^~~~~~~~~

While at it pulled fix for upstream gcc-10 and clang-12 which
default to -fno-common.
2021-11-08 08:07:27 +00:00
..
default.nix hexcurse: pull pending upstream inclusion fix for ncurses-6.3 2021-11-08 08:07:27 +00:00