aboutsummaryrefslogtreecommitdiff
path: root/gnu/image.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-15 11:53:04 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-12-15 16:13:07 +0100
commit8f721162221638e14d5cfa623ae4e5fd2aade0d2 (patch)
tree6d0a46b951cfcafbfa42f1eaad42a13e3c43296d /gnu/image.scm
parent837c91501e8b470b36486c6bed00e65ff3fc1228 (diff)
downloadguix-8f721162221638e14d5cfa623ae4e5fd2aade0d2.tar.gz
guix-8f721162221638e14d5cfa623ae4e5fd2aade0d2.zip
gnu: r-interactivedisplay: Add missing input.
* gnu/packages/bioconductor.scm (r-interactivedisplay)[propagated-inputs]: Add r-biocmanager. Change-Id: I7e29c28202496ba58ec35adf03b77ac84691e492
Diffstat (limited to 'gnu/image.scm')
0 files changed, 0 insertions, 0 deletions
driver is run on its own (not via Automake). * build-aux/test-driver.scm (main): Set the default value of the --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer