hako pushed a commit to branch master
in repository guix.

commit e9c2859efce6de4613a1e0aecef0585ed7199633
Author: Andy Tai <a...@atai.org>
AuthorDate: Fri Dec 6 21:14:10 2024 -0800

    gnu: xnedit: Remove outdated dependency.
    
    * gnu/packages/text-editors.scm (xnedit)[inputs]: Remove pcre.
    
    Change-Id: I4088b7b0fd9d2f7eba065c94d36f35f907fd4edf
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 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 @@ highlighting for dozens of languages.  Jed is very small 
and fast.")
                    (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")

Reply via email to