GNU bug report logs - #29252
[PATCH] gnu: nvi: Build with support for Unicode text.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Fri, 10 Nov 2017 18:24:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 29252 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kkebreau <at> posteo.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: 29252 <at> debbugs.gnu.org
Subject: Re: [bug#29252] [PATCH] gnu: nvi: Build with support for Unicode text.
Date: Fri, 10 Nov 2017 18:03:39 -0500
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> 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!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 252 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.