mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
76997a0ddb
commit
1915c36374
1 changed files with 0 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue