(define-public gtksourceview
(package
(name "gtksourceview")
(version "2.90.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gtksourceview/3.9/gtksourceview-"
version ".tar.bz2"))
(sha256
(base32
""))
))
(build-system gnu-build-system)
(inputs `(("pkg-config" ,pkg-config)
))
(home-page "https://projects.gnome.org/gtksourceview/")
(synopsis "Gtk Source View")
(description "GtkSourceView is a portable C library that extends the standard GTK+ framework for multiline text editing with support for configurable syntax highlighting, unlimited undo/redo, search and replace, a completion framework, printing and other features typical of a source code editor.")
(license license:lgpl2.1)))