Skip to content
Snippets Groups Projects
Commit 2c6b7c7d authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guile-ncurses: Build with Unicode support.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Pass
  "--with-ncursesw".
parent 187eb5f6
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,8 @@ (define-public guile-ncurses
(inputs `(("ncurses" ,ncurses)
("guile" ,guile-2.0)))
(arguments
'(#:configure-flags (list (string-append "--with-guilesitedir="
'(#:configure-flags (list "--with-ncursesw" ; Unicode support
(string-append "--with-guilesitedir="
(assoc-ref %outputs "out")
"/share/guile/site/2.0"))
#:phases (alist-cons-after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment