aboutsummaryrefslogtreecommitdiff
path: root/build-aux/cuirass
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2021-08-27 15:09:05 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-09-21 21:00:26 +0200
commit9528b8993540865c941fe463d44ce5028463310b (patch)
treefa29462874144a1c4dc83ff6f1c49f769cba2534 /build-aux/cuirass
parentbd764835a39f7292217de96d48cfaa013b04d008 (diff)
downloadguix-9528b8993540865c941fe463d44ce5028463310b.tar.gz
guix-9528b8993540865c941fe463d44ce5028463310b.zip
gnu: Add trytond-account-invoice-secondary-unit.
* gnu/packages/tryton.scm (trytond-account-invoice-secondary-unit): New variable.
Diffstat (limited to 'build-aux/cuirass')
0 files changed, 0 insertions, 0 deletions
5303511da338da894ce072c138fe8324f'>tests: Fix opensmtpd test....* gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke smtpctl by its full file name. Tobias Geerinckx-Rice 2019-05-31services: Add getmail....Getmail is a mail retriever written in Python, this commit adds a service-type to run getmail. I'm looking at this, as it's a convinient way of getting mailing list messages in to Patchwork. I initially tried putting this in the (gnu services mail) module, but due to also trying to use the define-configuration pattern, it conflicted with the dovecot service. * gnu/services/getmail.scm: New file. * gnu/local.mk: Add it. * gnu/tests/mail.scm (%getmail-os, %test-getmail): New variables. (run-getmail-test): New procedure. Christopher Baines