[PATCH] gnu: xnedit: Remove outdated dependency.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Hilton Chain
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 7 Dec 06:14 +0100
(name . Andy Tai)(address . atai@atai.org)
9a2116ff0c9b0e875db91ccdb29da6826496f2ce.1733548416.git.atai@atai.org
* 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(-)

Toggle diff (17 lines)
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
H
H
Hilton Chain wrote on 11 Dec 02:39 +0100
(name . Andy Tai)(address . atai@atai.org)
87jzc76lqp.wl-hako@ultrarare.space
Hi Andy,

On Sat, 07 Dec 2024 13:14:10 +0800,
Andy Tai wrote:
Toggle quote (8 lines)
>
> * 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!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74717@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74717
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch