nixpkgs/pkgs/applications/misc/tty-solitaire
Sergei Trofimovich 0a0a4402de tty-solitaire: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

    src/gui.c:48:13: error: format not a string literal and no format arguments [-Werror=format-security]
       48 |             card_suits[card->suit]);
          |             ^~~~~~~~~~
2021-11-02 23:31:42 +00:00
..
default.nix tty-solitaire: fix build against upcoming ncurses-6.3 2021-11-02 23:31:42 +00:00