mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Remove ocaml4.07-zed.
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove variable. (ocaml-zed)[properties]: Remove variant. Change-Id: I13b2f5b0a3f38ca9a2f57e207487889adaad2d03
This commit is contained in:
parent
476a16e173
commit
1ff5aef15c
1 changed files with 0 additions and 21 deletions
|
@ -5262,7 +5262,6 @@ (define-public ocaml-zed
|
|||
ocaml-uucp
|
||||
ocaml-uuseg
|
||||
ocaml-odoc))
|
||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-zed))))
|
||||
(synopsis "Abstract engine for text edition in OCaml")
|
||||
(description
|
||||
"This module provides an abstract engine for text edition. It can be
|
||||
|
@ -5274,26 +5273,6 @@ (define-public ocaml-zed
|
|||
capabilities, Zed provides macro recording and cursor management facilities.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ocaml4.07-zed
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-zed)
|
||||
(version "2.0.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ocaml-community/zed")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "ocaml4.07-zed" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pa9awinqr0plp4b2az78dwpvh01pwaljnn5ydg8mc6hi7rmir55"))))
|
||||
(propagated-inputs
|
||||
`(("ocaml-charInfo-width" ,ocaml-charinfo-width)
|
||||
("ocaml-camomile" ,ocaml-camomile)
|
||||
("ocaml-react" ,ocaml-react)))
|
||||
(properties '()))))
|
||||
|
||||
(define-public ocaml-lambda-term
|
||||
(package
|
||||
(name "ocaml-lambda-term")
|
||||
|
|
Loading…
Reference in a new issue