diff options
author | Andy Tai <atai@atai.org> | 2024-12-06 21:14:10 -0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-11 09:41:58 +0800 |
commit | e9c2859efce6de4613a1e0aecef0585ed7199633 (patch) | |
tree | 4f6a4bb046f91d45663205fed0a0df8b1c0ef265 | |
parent | bafa29fb2b297a0663cee6bbe6e4942637d61346 (diff) | |
download | guix-e9c2859efce6de4613a1e0aecef0585ed7199633.tar.gz guix-e9c2859efce6de4613a1e0aecef0585ed7199633.zip |
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>
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |