3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: coq-flocq: remove unnecessary return values

* gnu/packages/coq.scm (coq-flocq)[arguments]: Add unnecessary return
values after 'invoke' calls.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Dan Frumin 2019-03-15 13:16:24 +01:00 committed by Ludovic Courtès
parent 6c5e618ca0
commit 718d358a72
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -211,18 +211,15 @@ provers.")
#t))
(replace 'build
(lambda _
(invoke "./remake")
#t))
(invoke "./remake")))
(replace 'check
(lambda _
(invoke "./remake" "check")
#t))
(invoke "./remake" "check")))
;; TODO: requires coq-gappa and coq-interval.
;(invoke "./remake" "check-more")
(replace 'install
(lambda _
(invoke "./remake" "install")
#t)))))
(invoke "./remake" "install"))))))
(home-page "http://flocq.gforge.inria.fr/")
(synopsis "Floating-point formalization for the Coq system")
(description "Flocq (Floats for Coq) is a floating-point formalization for