unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29252] [PATCH] gnu: nvi: Build with support for Unicode text.
@ 2017-11-10 18:23 Leo Famulari
  2017-11-10 23:03 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2017-11-10 18:23 UTC (permalink / raw)
  To: 29252

* gnu/packages/nvi.scm (nvi)[arguments]: Pass '--enable-widechar'
to #:configure-flags.
---
 gnu/packages/nvi.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nvi.scm b/gnu/packages/nvi.scm
index 999b55373..5f829aa6e 100644
--- a/gnu/packages/nvi.scm
+++ b/gnu/packages/nvi.scm
@@ -54,7 +54,8 @@
 
     (build-system gnu-build-system)
     (arguments
-      `(#:out-of-source? #t))
+      `(#:out-of-source? #t
+        #:configure-flags '("--enable-widechar")))
     (inputs
       `(("bdb" ,bdb)
         ("ncurses" ,ncurses)))
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#29252] [PATCH] gnu: nvi: Build with support for Unicode text.
  2017-11-10 18:23 [bug#29252] [PATCH] gnu: nvi: Build with support for Unicode text Leo Famulari
@ 2017-11-10 23:03 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-11-10 23:03 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 29252

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

Leo Famulari <leo@famulari.name> writes:

> * gnu/packages/nvi.scm (nvi)[arguments]: Pass '--enable-widechar'
> to #:configure-flags.
> ---
>  gnu/packages/nvi.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/nvi.scm b/gnu/packages/nvi.scm
> index 999b55373..5f829aa6e 100644
> --- a/gnu/packages/nvi.scm
> +++ b/gnu/packages/nvi.scm
> @@ -54,7 +54,8 @@
>  
>      (build-system gnu-build-system)
>      (arguments
> -      `(#:out-of-source? #t))
> +      `(#:out-of-source? #t
> +        #:configure-flags '("--enable-widechar")))
>      (inputs
>        `(("bdb" ,bdb)
>          ("ncurses" ,ncurses)))

LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-10 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 18:23 [bug#29252] [PATCH] gnu: nvi: Build with support for Unicode text Leo Famulari
2017-11-10 23:03 ` Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).