nixpkgs/pkgs/applications/window-managers/vwm
Sergei Trofimovich 3f3dd1d0c9 vwm: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    vwm_bkgd.c:71:63: error: format not a string literal and no format arguments [-Werror=format-security]
       71 |         mvwprintw(window,height-1,width-(strlen(version_str)),version_str);
          |                                                               ^~~~~~~~~~~
2021-11-28 16:23:04 +00:00
..
default.nix vwm: fix build against ncurses-6.3 2021-11-28 16:23:04 +00:00