Lars-Dominik Braun 9ac9bc6051
gnu: r-with-tests: Hardcode path to coreutils’ rm
When running R in a container like this

	guix environment --no-cwd -C --ad-hoc r-minimal -- Rscript -e 'Sys.timezone()'

it would print an additional line

	sh: rm: command not found

before exiting.

* gnu/packages/statistics.scm (r-with-tests) [#:phases]: Add substitute*
to patch call to `rm` and rename phase to reflect what it does now.
2021-07-28 22:26:19 +02:00
..
2021-07-25 13:51:45 +02:00
2021-07-09 12:08:12 +02:00