aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorPaul van der Walt <paul@denknerd.org>2015-10-23 19:57:15 +0200
committerPaul van der Walt <paul@denknerd.org>2015-10-26 10:15:32 +0100
commitfd59d2ee65d6c86b115a19394d31c270cc8d95e2 (patch)
treec00dee305987a2145379ff3b372ca6c1b46b7667 /AUTHORS
parent554093b7e139ca2224b754fdeb8a3c6f2d53bde5 (diff)
downloadguix-fd59d2ee65d6c86b115a19394d31c270cc8d95e2.tar.gz
guix-fd59d2ee65d6c86b115a19394d31c270cc8d95e2.zip
gnu: haskell: Remove CONFIG_SHELL patches.
A previous commit to the haskell-build-system made sure that if necessary, the CONFIG_SHELL environment variable is set. That obviates the individual patches applied to some packages. Remove them. * gnu/packages/haskell.scm (ghc-network, ghc-old-time, ghc-sdl-image, ghc-sdl-mixer, ghc-sdl, ghc-unix-time, ghc-x11)[arguments]: Remove ‘fix-/bin/sh’ phase.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
94ce072c138fe8324f'>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