diff options
author | Trevor Arjeski <tmarjeski@gmail.com> | 2024-05-27 18:22:33 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-07-10 15:52:37 +0200 |
commit | 6d49d9745478fb68df108af64f9a8c2666151d30 (patch) | |
tree | e3dd3bb11501d6bafc93fca1eba7e5c7a0dfbda2 /tests/cran.scm | |
parent | 85f1bfac0b5e3bd96f9dac63ba661f7c99263f7b (diff) | |
download | guix-6d49d9745478fb68df108af64f9a8c2666151d30.tar.gz guix-6d49d9745478fb68df108af64f9a8c2666151d30.zip |
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
Diffstat (limited to 'tests/cran.scm')
0 files changed, 0 insertions, 0 deletions