mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove ocaml4.07-fieldslib.
* gnu/packages/ocaml.scm (ocaml4.07-fieldslib): Remove variable. (ocaml-fieldslib)[properties]: Remove variant. Change-Id: Ic915d16ee2f45a198f63896ad0ad22ac57815958
This commit is contained in:
parent
697328419e
commit
c02058bef6
1 changed files with 1 additions and 12 deletions
|
@ -6455,8 +6455,7 @@ (define-public ocaml-fieldslib
|
|||
(arguments `(#:tests? #f)) ; No tests
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
|
||||
(properties `((upstream-name . "fieldslib")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-fieldslib))))
|
||||
(properties `((upstream-name . "fieldslib")))
|
||||
(home-page "https://github.com/janestreet/fieldslib")
|
||||
(synopsis "Syntax extension to record fields")
|
||||
(description "Syntax extension to define first class values representing
|
||||
|
@ -6464,16 +6463,6 @@ (define-public ocaml-fieldslib
|
|||
of a record and create new record values.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-fieldslib
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-fieldslib)
|
||||
(version "0.11.0")
|
||||
(source (janestreet-origin
|
||||
"fieldslib" version
|
||||
"12948pzxrl360lybm9fzyvplgcl87zjbn4m3sk1aw75zk85p1388"))
|
||||
(properties `((upstream-name . "fieldslib"))))))
|
||||
|
||||
(define-public ocaml-variantslib
|
||||
(package
|
||||
(name "ocaml-variantslib")
|
||||
|
|
Loading…
Reference in a new issue