guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: gtksourceview: Fix glade.


From: guix-commits
Subject: 12/21: gnu: gtksourceview: Fix glade.
Date: Mon, 3 Aug 2020 17:55:36 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit fb9a3f3d7ad181689baa45103f9b70793d958e48
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Jul 30 08:32:57 2020 -0400

    gnu: gtksourceview: Fix glade.
    
    * gnu/packages/gtk.scm (gtksourceview) [inputs]: Change glade3 to glade.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 101598c..9914f1f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -523,7 +523,7 @@ diagrams.")
        ("vala" ,vala)
        ("xorg-server" ,xorg-server-for-tests)))
     (inputs
-     `(("glade" ,glade3)))
+     `(("glade" ,glade)))
     (propagated-inputs
      `(("fribidi" ,fribidi)
        ("glib" ,glib)



reply via email to

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