mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue