gnu: Add ocaml4.07-lablgtk.
* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable. (lablgtk)[properties]: Add variant.master
parent
7a4780ce9d
commit
73c26d5729
|
@ -811,6 +811,7 @@ Knuth’s LR(1) parser construction technique.")
|
||||||
(substitute* "config.make"
|
(substitute* "config.make"
|
||||||
((ocaml) out))
|
((ocaml) out))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-lablgtk))))
|
||||||
(home-page "http://lablgtk.forge.ocamlcore.org/")
|
(home-page "http://lablgtk.forge.ocamlcore.org/")
|
||||||
(synopsis "GTK+ bindings for OCaml")
|
(synopsis "GTK+ bindings for OCaml")
|
||||||
(description
|
(description
|
||||||
|
@ -824,6 +825,16 @@ libglade (and it an generate OCaml code from .glade files),
|
||||||
libpanel, librsvg and quartz.")
|
libpanel, librsvg and quartz.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
|
(define-public ocaml4.07-lablgtk
|
||||||
|
(package
|
||||||
|
(inherit lablgtk)
|
||||||
|
(name "ocaml4.07-lablgtk")
|
||||||
|
(native-inputs
|
||||||
|
`(("ocaml" ,ocaml-4.07)
|
||||||
|
("findlib" ,ocaml4.07-findlib)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
|
(properties '())))
|
||||||
|
|
||||||
(define-public unison
|
(define-public unison
|
||||||
(package
|
(package
|
||||||
(name "unison")
|
(name "unison")
|
||||||
|
|
Reference in New Issue