guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gtksourceview: Add missing input as per pkg-config file.


From: guix-commits
Subject: 02/04: gnu: gtksourceview: Add missing input as per pkg-config file.
Date: Tue, 7 Sep 2021 15:22:43 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 2a2af3ccfa9817c47157f1113a088366b4aa85e5
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Sep 6 18:15:59 2021 -0400

    gnu: gtksourceview: Add missing input as per pkg-config file.
    
    * gnu/packages/gtk.scm (gtksourceview)[propagated-inputs]: Add fribidi.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b05529a..fa3a69d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -573,7 +573,8 @@ printing and other features typical of a source code 
editor.")
       ("shared-mime-info" ,shared-mime-info)))
    (propagated-inputs
     ;; gtksourceview-3.0.pc refers to all these.
-    `(("glib" ,glib)
+    `(("fribidi" ,fribidi)
+      ("glib" ,glib)
       ("gtk+" ,gtk+)
       ("libxml2" ,libxml2)))
    (home-page "https://wiki.gnome.org/Projects/GtkSourceView";)



reply via email to

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