dannym pushed a commit to branch wip-desktop
in repository guix.
commit c48a2de0a73f2ad9c2e2d883e3c79648c0c3b42c
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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 0d80b48..558277d 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)