mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Remove ocaml4.07-lablgtk.
* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): Remove variable. (lablgtk)[properties]: Remove variant. Change-Id: I931b9316834d109fe291dbb8d1217690e129b9ee
This commit is contained in:
parent
ad5a1abec8
commit
3936d07da2
1 changed files with 0 additions and 11 deletions
|
@ -1332,7 +1332,6 @@ (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
|
||||
|
@ -1346,16 +1345,6 @@ (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