all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74717] [PATCH] gnu: xnedit: Remove outdated dependency.
@ 2024-12-07  5:14 Andy Tai
  2024-12-11  1:39 ` bug#74717: " Hilton Chain
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-12-07  5:14 UTC (permalink / raw)
  To: 74717, zhengjunjie; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-11  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  5:14 [bug#74717] [PATCH] gnu: xnedit: Remove outdated dependency Andy Tai
2024-12-11  1:39 ` bug#74717: " Hilton Chain

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.