gnu: Add ocaml-lablgtk3-sourceview3.

* gnu/packages/ocaml.scm (ocaml-lablgtk3-sourceview3): New variable.
This commit is contained in:
Julien Lepiller 2022-09-19 19:30:33 +02:00
parent 33d4992b69
commit 728d5b6b06
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

@ -8040,6 +8040,19 @@ generate OCaml code from .glade files), libpanel, librsvg and quartz.")
;; Version 2 only, with linking exception.
(license license:lgpl2.0)))
(define-public ocaml-lablgtk3-sourceview3
(package
(inherit lablgtk3)
(name "ocaml-lablgtk3-sourceview3")
(propagated-inputs (list lablgtk3))
(native-inputs (list gtksourceview-3 pkg-config))
(arguments
`(#:package "lablgtk3-sourceview3"
#:test-target "."))
(synopsis "OCaml interface to GTK+ gtksourceview library")
(description "This package provides the lablgtk interface to the
GTK+ gtksourceview library.")))
(define-public ocaml-reactivedata
(package
(name "ocaml-reactivedata")