guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: gnome-text-editor: Add missing input.


From: guix-commits
Subject: 09/11: gnu: gnome-text-editor: Add missing input.
Date: Sun, 24 Sep 2023 05:56:26 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 3baee9ee96c40a52c9f6bca2661f15258cbbf1fb
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Sep 15 18:57:07 2023 +0200

    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>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]