GNU bug report logs -
#74717
[PATCH] gnu: xnedit: Remove outdated dependency.
Previous Next
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
* 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
This bug report was last modified 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.