diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2021-11-07 09:47:57 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2021-11-07 09:51:15 +0000 |
| commit | dee3169047a7f5cf4713ca7dc85a8e491354c418 (patch) | |
| tree | 7f4c2cd6c69315b944fbd13e2b9059ab302b4add /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 83c93c8e1c01425d69bf06b2bf3c0ac5f9282443 (diff) | |
gmu: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:
src/tools/ui.c: In function 'ui_draw_footer_button':
src/tools/ui.c:329:9: error: format not a string literal and no format arguments [-Werror=format-security]
329 | wprintw(ui->win_footer->win, key);
| ^~~~~~~
While at it pulled fix for upstream gcc-10 and clang-12 which
default to -fno-common. Otherwise build would fail as:
$ nix build --impure --expr 'with import ./. {}; gmu.override { stdenv = clang12Stdenv; }' -L
...
gmu> ld: feloader.o:(.bss+0x8): multiple definition of `dlsymunion';
decloader.o:(.bss+0x8): first defined here
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
