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
parent
3a1b38dc20
commit
3baee9ee96
|
@ -5502,7 +5502,7 @@ keyboard shortcuts.")
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
`(,gtk "bin")
|
`(,gtk "bin")
|
||||||
itstool))
|
itstool))
|
||||||
(inputs (list gtk gtksourceview libadwaita enchant))
|
(inputs (list gtk gtksourceview libadwaita enchant pcre2))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor")
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor")
|
||||||
(synopsis "GNOME text editor")
|
(synopsis "GNOME text editor")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue