mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +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.
|
;; MIPS is not supported.
|
||||||
(supported-systems (delete "mips64el-linux" %supported-systems))
|
(supported-systems (delete "mips64el-linux" %supported-systems))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml" ,ocaml)
|
(list coq
|
||||||
("ocaml-findlib" ,ocaml-findlib); for menhir --suggest-menhirlib
|
ocaml
|
||||||
("coq" ,coq)))
|
ocaml-findlib)) ; for menhir --suggest-menhirlib
|
||||||
(inputs
|
(inputs
|
||||||
`(("menhir" ,ocaml-menhir)))
|
(list ocaml-menhir))
|
||||||
(home-page "http://compcert.inria.fr")
|
(home-page "http://compcert.inria.fr")
|
||||||
(synopsis "Certified C compiler")
|
(synopsis "Certified C compiler")
|
||||||
(description "The CompCert project investigates the formal verification of
|
(description "The CompCert project investigates the formal verification of
|
||||||
|
|
Loading…
Reference in a new issue