mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Remove ocaml4.07-ppx-variants-conv.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-variants-conv): Remove variable. (ocaml-ppx-variants-conv)[properties]: Remove variant. Change-Id: Ib386d87c5b1cdd031155da7c8cfdcbc763624470
This commit is contained in:
parent
43d528a532
commit
dee924ac26
1 changed files with 1 additions and 20 deletions
|
@ -6629,8 +6629,7 @@ (define-public ocaml-ppx-variants-conv
|
|||
(list ocaml-base ocaml-variantslib ocaml-migrate-parsetree
|
||||
ocaml-ppxlib))
|
||||
(properties
|
||||
`((upstream-name . "ppx_variants_conv")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-variants-conv))))
|
||||
`((upstream-name . "ppx_variants_conv")))
|
||||
(home-page
|
||||
"https://github.com/janestreet/ppx_variants_conv")
|
||||
(synopsis "Generation of accessor and iteration functions for OCaml variant types")
|
||||
|
@ -6639,24 +6638,6 @@ (define-public ocaml-ppx-variants-conv
|
|||
variant types.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-ppx-variants-conv
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-variants-conv)
|
||||
(name "ocaml-ppx-variants-conv")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/janestreet/ppx_variants_conv")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yc0gsds5m2nv39zga8nnrca2n75rkqy5dz4xj1635ybz20hhbjd"))))
|
||||
(properties `((upstream-name . "ppx_variants_conv"))))))
|
||||
|
||||
(define-public ocaml-ppx-custom-printf
|
||||
(package
|
||||
(name "ocaml-ppx-custom-printf")
|
||||
|
|
Loading…
Reference in a new issue