nongnu: compcert: Remove input labels.

* nongnu/packages/coq.scm (compcert)[native-inputs]: Remove input
labels.
[inputs]: dito.
This commit is contained in:
Jonathan Brielmaier 2022-05-26 10:27:13 +02:00
parent b8404abba7
commit cdb9c16106
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -73,11 +73,11 @@
;; MIPS is not supported.
(supported-systems (delete "mips64el-linux" %supported-systems))
(native-inputs
`(("ocaml" ,ocaml)
("ocaml-findlib" ,ocaml-findlib); for menhir --suggest-menhirlib
("coq" ,coq)))
(list coq
ocaml
ocaml-findlib)) ; for menhir --suggest-menhirlib
(inputs
`(("menhir" ,ocaml-menhir)))
(list ocaml-menhir))
(home-page "http://compcert.inria.fr")
(synopsis "Certified C compiler")
(description "The CompCert project investigates the formal verification of