From: Andy Tai <atai@atai.org>
To: 74717@debbugs.gnu.org, zhengjunjie@iscas.ac.cn
Cc: Andy Tai <atai@atai.org>
Subject: [bug#74717] [PATCH] gnu: xnedit: Remove outdated dependency.
Date: Fri, 6 Dec 2024 21:14:10 -0800 [thread overview]
Message-ID: <9a2116ff0c9b0e875db91ccdb29da6826496f2ce.1733548416.git.atai@atai.org> (raw)
* 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
next reply other threads:[~2024-12-07 5:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-07 5:14 Andy Tai [this message]
2024-12-11 1:39 ` bug#74717: [PATCH] gnu: xnedit: Remove outdated dependency Hilton Chain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9a2116ff0c9b0e875db91ccdb29da6826496f2ce.1733548416.git.atai@atai.org \
--to=atai@atai.org \
--cc=74717@debbugs.gnu.org \
--cc=zhengjunjie@iscas.ac.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.