GNU bug report logs - #74717
[PATCH] gnu: xnedit: Remove outdated dependency.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 7 Dec 2024 05:17:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74717: closed ([PATCH] gnu: xnedit: Remove outdated dependency.)
Date: Wed, 11 Dec 2024 01:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 11 Dec 2024 09:39:58 +0800
with message-id <87jzc76lqp.wl-hako <at> ultrarare.space>
and subject line Re: [bug#74717] [PATCH] gnu: xnedit: Remove outdated dependency.
has caused the debbugs.gnu.org bug report #74717,
regarding [PATCH] gnu: xnedit: Remove outdated dependency.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74717: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74717
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org,
	zhengjunjie <at> iscas.ac.cn
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: xnedit: Remove outdated dependency.
Date: Fri,  6 Dec 2024 21:14:10 -0800
* gnu/packages/text-editors.scm (xnedit)[inputs]: Remove pcre.

Change-Id: I4088b7b0fd9d2f7eba065c94d36f35f907fd4edf
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index dc96f3c494..14c9e72b8f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1676,7 +1676,7 @@ (define-public xnedit
                    (replace 'build
                      (lambda* (#:key make-flags #:allow-other-keys)
                        (apply invoke "make" "linux" make-flags))))))
-    (inputs (list motif pcre))
+    (inputs (list motif))
     (native-inputs (list pkg-config))
     (home-page "https://sourceforge.net/projects/xnedit/")
     (synopsis "Fast and classic X11 text editor")

base-commit: 86c2d8d26f5232cdeb716151269a0d439f799442
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Andy Tai <atai <at> atai.org>
Cc: 74717-done <at> debbugs.gnu.org, zhengjunjie <at> iscas.ac.cn
Subject: Re: [bug#74717] [PATCH] gnu: xnedit: Remove outdated dependency.
Date: Wed, 11 Dec 2024 09:39:58 +0800
Hi Andy,

On Sat, 07 Dec 2024 13:14:10 +0800,
Andy Tai wrote:
>
> * gnu/packages/text-editors.scm (xnedit)[inputs]: Remove pcre.
>
> Change-Id: I4088b7b0fd9d2f7eba065c94d36f35f907fd4edf
> ---
>  gnu/packages/text-editors.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied as e9c2859efce6de4613a1e0aecef0585ed7199633, thanks!


This bug report was last modified 163 days ago.

Previous Next


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