mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
718700cc95
commit
58d65f9da8
1 changed files with 1 additions and 0 deletions
|
@ -1075,6 +1075,7 @@ Emacs.")
|
||||||
`(("ocaml" ,ocaml)))
|
`(("ocaml" ,ocaml)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No check target
|
`(#:tests? #f)) ; No check target
|
||||||
|
(properties `((ocaml4.07-variant . ,(delay (strip-ocaml4.07-variant ocaml-menhir)))))
|
||||||
(home-page "http://gallium.inria.fr/~fpottier/menhir/")
|
(home-page "http://gallium.inria.fr/~fpottier/menhir/")
|
||||||
(synopsis "Parser generator")
|
(synopsis "Parser generator")
|
||||||
(description "Menhir is a parser generator. It turns high-level grammar
|
(description "Menhir is a parser generator. It turns high-level grammar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue