gnu: gtksourceviewmm: Build against gtksourceview@3.
* gnu/packages/gtk.scm (gtksourceviewmm)[propagated-inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.master
parent
022288ba53
commit
a3d1a3487a
|
@ -1182,7 +1182,7 @@ extensive documentation, including API reference and a tutorial.")
|
||||||
;; In 'Requires' of gtksourceviewmm-3.0.pc.
|
;; In 'Requires' of gtksourceviewmm-3.0.pc.
|
||||||
`(("glibmm" ,glibmm)
|
`(("glibmm" ,glibmm)
|
||||||
("gtkmm" ,gtkmm)
|
("gtkmm" ,gtkmm)
|
||||||
("gtksourceview" ,gtksourceview)))
|
("gtksourceview" ,gtksourceview-3)))
|
||||||
(synopsis "C++ interface to the GTK+ 'GtkTextView' widget")
|
(synopsis "C++ interface to the GTK+ 'GtkTextView' widget")
|
||||||
(description
|
(description
|
||||||
"gtksourceviewmm is a portable C++ library that extends the standard GTK+
|
"gtksourceviewmm is a portable C++ library that extends the standard GTK+
|
||||||
|
|
Reference in New Issue