diff options
author | Lukas Gradl <lgradl@openmailbox.org> | 2016-02-29 22:07:35 -0600 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-02 20:44:18 -0500 |
commit | e90819c40af5ffd84dcfd24e3c478edbe7e89c75 (patch) | |
tree | ac8a0419dbee50fec6f25214a0aad754e7521387 /gnu-system.am | |
parent | 94d609aba8e14963459c21863ab56da2b5f01517 (diff) | |
download | gnu-guix-e90819c40af5ffd84dcfd24e3c478edbe7e89c75.tar gnu-guix-e90819c40af5ffd84dcfd24e3c478edbe7e89c75.tar.gz |
gnu: Add procmail.
* gnu/packages/patches/procmail-ambiguous-getline-debian.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 61ee02fdb4..11d582c84d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -663,6 +663,7 @@ dist_patch_DATA = \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ + gnu/packages/patches/procmail-ambiguous-getline-debian.patch \ gnu/packages/patches/pt-scotch-build-parallelism.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ gnu/packages/patches/pulseaudio-longer-test-timeout.patch \ |