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

gnu: r-with-tests: Return #t from all phases.

* gnu/packages/statistics.scm (r-with-tests)[arguments]: Substitute
INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-26 17:49:18 +02:00
parent bdb7447843
commit aaaede49c1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -213,9 +213,9 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
"/share/zoneinfo"))
#t))
(add-after 'build 'make-info
(lambda _ (zero? (system* "make" "info"))))
(lambda _ (invoke "make" "info")))
(add-after 'build 'install-info
(lambda _ (zero? (system* "make" "install-info")))))
(lambda _ (invoke "make" "install-info"))))
#:configure-flags
`(;; We build the recommended packages here, because they are needed in
;; order to run the test suite. We disable them in the r-minimal