diff options
author | Vivien Kraus <[email protected]> | 2023-09-15 18:57:07 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-09-23 01:45:42 +0200 |
commit | 3baee9ee96c40a52c9f6bca2661f15258cbbf1fb (patch) | |
tree | 497fa4d4c389e0d14f8b913e85e807e7d6b70b17 /gnu/packages/gnome.scm | |
parent | 3a1b38dc20dcdc2c55650ed010f44d9b5060e0b2 (diff) |
gnu: gnome-text-editor: Add missing input.
* gnu/packages/gnome.scm (gnome-text-editor) [inputs]: Add pcre2.
Signed-off-by: Liliana Marie Prikler <[email protected]>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 59e9bc70d4..5d1783289b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5502,7 +5502,7 @@ keyboard shortcuts.") `(,glib "bin") `(,gtk "bin") itstool)) - (inputs (list gtk gtksourceview libadwaita enchant)) + (inputs (list gtk gtksourceview libadwaita enchant pcre2)) (home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor") (synopsis "GNOME text editor") (description |