roptat pushed a commit to branch master
in repository guix.
commit 728d5b6b0684727e8f1611d3e0f9cc293dd395d2
Author: Julien Lepiller <[email protected]>
AuthorDate: Mon Sep 19 19:30:33 2022 +0200
gnu: Add ocaml-lablgtk3-sourceview3.
* gnu/packages/ocaml.scm (ocaml-lablgtk3-sourceview3): New variable.
---
gnu/packages/ocaml.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b94c565ba6..a995ffe08a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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")