gnu: Remove ocaml4.07-alcotest.
* gnu/packages/ocaml.scm (ocaml4.07-alcotest): Remove variable. (ocaml-alcotest)[properties]: Remove variant. Change-Id: I32402499e6c4b5b2c586e0fe8abc1aede3504fa2
This commit is contained in:
parent
bffb7e524b
commit
b79835b5b5
1 changed files with 0 additions and 19 deletions
|
|
@ -2451,7 +2451,6 @@ immutability.")
|
||||||
ocaml-stdlib-shims
|
ocaml-stdlib-shims
|
||||||
ocaml-uuidm
|
ocaml-uuidm
|
||||||
ocaml-uutf))
|
ocaml-uutf))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-alcotest))))
|
|
||||||
(home-page "https://github.com/mirage/alcotest")
|
(home-page "https://github.com/mirage/alcotest")
|
||||||
(synopsis "Lightweight OCaml test framework")
|
(synopsis "Lightweight OCaml test framework")
|
||||||
(description "Alcotest exposes simple interface to perform unit tests. It
|
(description "Alcotest exposes simple interface to perform unit tests. It
|
||||||
|
|
@ -2462,24 +2461,6 @@ displayed at the end of the run (with the full logs ready to inspect), with a
|
||||||
simple (yet expressive) query language to select the tests to run.")
|
simple (yet expressive) query language to select the tests to run.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public ocaml4.07-alcotest
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-alcotest)
|
|
||||||
(version "1.0.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/mirage/alcotest")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name "ocaml-alcotest" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1frwi185z4aadmaf0vp8xk5227nyg7nmh28ijj5l7ncjr5slvhz8"))))
|
|
||||||
(arguments
|
|
||||||
`(#:package "alcotest"))
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-expect-test-helpers-core
|
(define-public ocaml-expect-test-helpers-core
|
||||||
(package
|
(package
|
||||||
(name "ocaml-expect-test-helpers-core")
|
(name "ocaml-expect-test-helpers-core")
|
||||||
|
|
|
||||||
Reference in a new issue