mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add ocaml4.07-lablgtk.
* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable. (lablgtk)[properties]: Add variant.
This commit is contained in:
parent
7a4780ce9d
commit
73c26d5729
1 changed files with 11 additions and 0 deletions
|
@ -811,6 +811,7 @@ (define-public lablgtk
|
|||
(substitute* "config.make"
|
||||
((ocaml) out))
|
||||
#t))))))
|
||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-lablgtk))))
|
||||
(home-page "http://lablgtk.forge.ocamlcore.org/")
|
||||
(synopsis "GTK+ bindings for OCaml")
|
||||
(description
|
||||
|
@ -824,6 +825,16 @@ (define-public lablgtk
|
|||
libpanel, librsvg and quartz.")
|
||||
(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
|
||||
(package
|
||||
(name "unison")
|
||||
|
|
Loading…
Reference in a new issue