gnu: ocaml-menhir: Update to 20200211.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20200211. [build-system]: Switch from gnu to dune. [arguments]: Remove phases and make-flags. [native-inputs]: Remove field. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
2d1a621b8d
commit
20e5658c04
@ -739,8 +739,7 @@ Emacs.")
|
|||||||
(define-public ocaml-menhir
|
(define-public ocaml-menhir
|
||||||
(package
|
(package
|
||||||
(name "ocaml-menhir")
|
(name "ocaml-menhir")
|
||||||
;; More recent versions can be built after we have dune >= 2.0
|
(version "20200211")
|
||||||
(version "20190626")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -749,19 +748,12 @@ Emacs.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0v8av4pw6rykzb7wx54xhbsx0jhh8xyb4x0k4yrxi0w5ylkck6mb"))))
|
(base32 "019izf51kdc7pzkw68zg8a2alc8lxw1gwdp7in970mr90n16b5zj"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml" ,ocaml)))
|
`(("ocaml" ,ocaml)))
|
||||||
(native-inputs
|
|
||||||
`(("ocamlbuild" ,ocamlbuild)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags `("USE_OCAMLFIND=true"
|
`(#:tests? #f)) ; No check target
|
||||||
,(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
||||||
#:tests? #f ; No check target
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(delete 'configure))))
|
|
||||||
(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…
Reference in New Issue
Block a user