mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Remove ocaml4.07-ppx-assert.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-assert): Remove variable. (ocaml-ppx-assert)[properties]: Remove variant. Change-Id: Iba0b987323b8ee3feb2330b1e5eed199856466ee
This commit is contained in:
parent
2cd18578e7
commit
1667e151ba
1 changed files with 1 additions and 19 deletions
|
@ -7232,31 +7232,13 @@ (define-public ocaml-ppx-assert
|
|||
ocaml-ppx-sexp-conv
|
||||
ocaml-migrate-parsetree
|
||||
ocaml-ppxlib))
|
||||
(properties `((upstream-name . "ppx_assert")
|
||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-assert))))
|
||||
(properties `((upstream-name . "ppx_assert")))
|
||||
(home-page "https://github.com/janestreet/ppx_assert")
|
||||
(synopsis "Assert-like extension nodes that raise useful errors on failure")
|
||||
(description "This package contains assert-like extension nodes that raise
|
||||
useful errors on failure.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public ocaml4.07-ppx-assert
|
||||
(package-with-ocaml4.07
|
||||
(package
|
||||
(inherit ocaml-ppx-assert)
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(janestreet-origin "ppx_assert" version
|
||||
"17kd311n0l9f72gblf9kv8i5rghr106w37x4f0m5qwh6nlgl0j9k"))
|
||||
(propagated-inputs
|
||||
`(("ocaml-base" ,ocaml-base)
|
||||
("ocaml-ppx-compare" ,ocaml-ppx-compare)
|
||||
("ocaml-ppx-here" ,ocaml-ppx-here)
|
||||
("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
|
||||
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
||||
("ocaml-ppxlib" ,ocaml-ppxlib)))
|
||||
(properties `((upstream-name . "ppx_assert"))))))
|
||||
|
||||
(define-public ocaml-ppx-expect
|
||||
(package
|
||||
(name "ocaml-ppx-expect")
|
||||
|
|
Loading…
Reference in a new issue