me
/
guix
Archived
1
0
Fork 0

gnu: gnome-text-editor: Add missing input.

* gnu/packages/gnome.scm (gnome-text-editor) [inputs]: Add pcre2.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-09-15 18:57:07 +02:00 committed by Liliana Marie Prikler
parent 3a1b38dc20
commit 3baee9ee96
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -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