aboutsummaryrefslogtreecommitdiff
path: root/po/packages/pl.po
diff options
context:
space:
mode:
authorNavid Afkhami <navid.afkhami@mdc-berlin.de>2023-06-09 16:05:57 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-06-09 16:56:22 +0200
commitc348b1be3891e6eb47bbdd9fc1587aba2b6ab0b7 (patch)
treeb71fbe81e1cf609f7538bb72ab31d5bb81f6e52e /po/packages/pl.po
parent6dc44cc963b88cb13f012deea17fdb7021a3119b (diff)
downloadguix-c348b1be3891e6eb47bbdd9fc1587aba2b6ab0b7.tar.gz
guix-c348b1be3891e6eb47bbdd9fc1587aba2b6ab0b7.zip
gnu: Add python-mofax.
* gnu/packages/bioinformatics.scm (python-mofax): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'po/packages/pl.po')
0 files changed, 0 insertions, 0 deletions
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