mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: compcert: Remove input labels.
* nongnu/packages/coq.scm (compcert)[native-inputs]: Remove input labels. [inputs]: dito.
This commit is contained in:
parent
b8404abba7
commit
cdb9c16106
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue