1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00
Files
guix/gnu
Trevor Arjeski 6d49d97454 gnu: guile-ncurses: Fix configure flags for Unicode support.
The flag "--with-ncursesw" doesn't seem to exist for guile-ncurses, and it
seemed to cause the build to not include unicode support. Building without it
produces the expected "with ncursesw" support.

This can be checked within the guile REPL using:
> ,use (ncurses curses)
> %wide-ncurses
> #t ; has unicode and wide char support

* gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Remove
‘--with-ncursesw’ from #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I081ce7b21df49652040017f10de5d5f98fe076d5
2024-07-10 15:52:37 +02:00
..