diff mbox series

[bug#66008,gnome-team,1/4] gnu: gnome-text-editor: Add missing input.

Message ID a4964d18425d553ba84c0ddedb0a597c7ff5c5fb.1694801847.git.vivien@planete-kraus.eu
State New
Headers show
Series Fix and update gnome-text-editor | expand

Commit Message

Vivien Kraus Sept. 15, 2023, 4:57 p.m. UTC
* gnu/packages/gnome.scm (gnome-text-editor) [inputs]: Add pcre.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Liliana Marie Prikler Sept. 15, 2023, 8:33 p.m. UTC | #1
Am Freitag, dem 15.09.2023 um 18:57 +0200 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gnome-text-editor) [inputs]: Add pcre.
This patch LGTM, but I'm a little concerned about the rest of the
series.  If we don't find a clean solution, I will at least push this
with the usual 7 days delay.

Cheers
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5ed13565d..ea47d31f90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5491,7 +5491,7 @@  (define-public gnome-text-editor
                          `(,glib "bin")
                          `(,gtk "bin")
                          itstool))
-    (inputs (list gtk gtksourceview libadwaita enchant))
+    (inputs (list gtk gtksourceview libadwaita enchant pcre))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor")
     (synopsis "GNOME text editor")
     (description