gnu: Remove ocaml4.07-utop.

* gnu/packages/ocaml.scm (ocaml4.07-utop): Remove variable.
(ocaml-utop)[properties]: Remove variant.

Change-Id: I5307736534705f79e681462d07cce61cfd08699c
This commit is contained in:
Julien Lepiller 2023-12-24 14:09:01 +01:00
parent 76997a0ddb
commit 1915c36374
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5523,7 +5523,6 @@ (define-public ocaml-utop
ocaml-lwt-react
ocaml-react
ocaml-zed))
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-utop))))
(home-page "https://github.com/ocaml-community/utop")
(synopsis "Improved interface to the OCaml toplevel")
(description "UTop is an improved toplevel for OCaml. It can run in a
@ -5531,28 +5530,6 @@ (define-public ocaml-utop
sensitive completion, colors, and more.")
(license license:bsd-3)))
(define-public ocaml4.07-utop
(package-with-ocaml4.07
(package
(inherit ocaml-utop)
(version "2.4.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ocaml-community/utop")
(commit version)))
(file-name (git-file-name "ocaml4.07-utop" version))
(sha256
(base32 "1bl4943qpi3qy152dbdm5glhx19zsiylmn4rcxi8l66g58hikyjp"))))
(propagated-inputs
`(("ocaml-lambda-term" ,ocaml-lambda-term)
("ocaml-lwt" ,ocaml-lwt)
("ocaml-react" ,ocaml-react)
("ocaml-camomile" ,ocaml-camomile)
("ocaml-zed" ,ocaml-zed)))
(properties '()))))
(define-public ocaml-ansiterminal
(package
(name "ocaml-ansiterminal")