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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29252 in the body.
You can then email your comments to 29252 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29252; Package guix-patches. (Fri, 10 Nov 2017 18:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 10 Nov 2017 18:24:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nvi: Build with support for Unicode text.
Date: Fri, 10 Nov 2017 13:23:32 -0500
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#29252; Package guix-patches. (Fri, 10 Nov 2017 23:04:02 GMT) Full text and rfc822 format available.

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)]

bug closed, send any further explanations to 29252 <at> debbugs.gnu.org and Leo Famulari <leo <at> famulari.name> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Sat, 11 Nov 2017 17:02:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 10 Dec 2017 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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