gnu: Add gtksourceview-3.
* gnu/packages/gtk.scm (gtksourceview-3): New variable.
This commit is contained in:
parent
9dcb6fca41
commit
c5989b03ea
@ -444,6 +444,19 @@ GTK+ text widget GtkTextView. It improves GtkTextView by implementing syntax
|
|||||||
highlighting and other features typical of a source code editor.")
|
highlighting and other features typical of a source code editor.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
(define-public gtksourceview-3
|
||||||
|
(package (inherit gtksourceview)
|
||||||
|
(name "gtksourceview")
|
||||||
|
(version "3.24.7")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
(version-major+minor version) "/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rp8zspwyw3mmdgccsas3pa6v7s0hqjaaglg6n4kcls7ccx0vhm5"))))))
|
||||||
|
|
||||||
(define-public gdk-pixbuf
|
(define-public gdk-pixbuf
|
||||||
(package
|
(package
|
||||||
(name "gdk-pixbuf")
|
(name "gdk-pixbuf")
|
||||||
|
Loading…
Reference in New Issue
Block a user