| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-flocq)[arguments]: Add unnecessary return
values after 'invoke' calls.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-flocq): Update to 3.1.0.
(coq-interval): Update to 3.4.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-equations): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-mathcomp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add 'make-git-checkout-writable' phase.
|
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-autosubst): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
| |
* gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T
from build phases.
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from
build phases by using INVOKE.
|
|
|
|
| |
* gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
|
|
* 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.
|