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:
Julien Lepiller 2023-12-25 11:47:33 +01:00
parent ad5a1abec8
commit 3936d07da2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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")