summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
Commit message (Collapse)AuthorAge
* gnu: coq-interval: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
* gnu: coq-coquelicot: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
* gnu: coq-mathcomp: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T from build phases.
* gnu: coq-gappa: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from build phases by using INVOKE.
* gnu: proof-general: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
* gnu: Move coq packages from ocaml to coq.Julien Lepiller2019-01-07
* gnu/packages/ocaml.scm (coq, proof-general, coq-flocq, coq-gappa, coq-mathcomp) (coq-coquelicot, coq-bignums, coq-interval): Move from here... * gnu/packages/coq.scm: ... to here. New file.