gnu: Remove ocaml4.07-qcheck.

* gnu/packages/ocaml.scm (ocaml4.07-qcheck): Remove variable.
(ocaml-qcheck)[properties]: Remove variant.

Change-Id: I5d658a105d626315742428a68638222da212bea6
This commit is contained in:
Julien Lepiller 2023-12-24 14:20:28 +01:00
parent bbd0a46127
commit 17101812a8
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -1665,7 +1665,6 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
(list ocaml-alcotest ocaml-ounit ocaml-ppxlib))
(native-inputs
(list ocamlbuild))
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-qcheck))))
(home-page "https://github.com/c-cube/qcheck")
(synopsis "QuickCheck inspired property-based testing for OCaml")
(description "QuickCheck inspired property-based testing for OCaml. This
@ -1674,22 +1673,6 @@ generated instances of the type. It provides combinators for generating
instances and printing them.")
(license license:lgpl3+)))
(define-public ocaml4.07-qcheck
(package-with-ocaml4.07
(package
(inherit ocaml-qcheck)
(version "0.12")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/c-cube/qcheck")
(commit version)))
(file-name (git-file-name "ocaml-qcheck" version))
(sha256
(base32
"1llnfynhlndwyjig7wrayjnds2b3mggp5lw20dwxhn2i2lkkb22m"))))
(properties '()))))
(define-public ocaml-qtest
(package
(name "ocaml-qtest")