gnu: ocaml-menhir: Make it its own variant.

* gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir
even with ocaml-4.07.
This commit is contained in:
Julien Lepiller 2021-11-20 03:08:21 +01:00
parent 718700cc95
commit 58d65f9da8
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1075,6 +1075,7 @@ (define-public ocaml-menhir
`(("ocaml" ,ocaml)))
(arguments
`(#:tests? #f)) ; No check target
(properties `((ocaml4.07-variant . ,(delay (strip-ocaml4.07-variant ocaml-menhir)))))
(home-page "http://gallium.inria.fr/~fpottier/menhir/")
(synopsis "Parser generator")
(description "Menhir is a parser generator. It turns high-level grammar