mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
mutt: added mailpath.patch.
This commit is contained in:
parent
6a7d60c01a
commit
61c200391a
12
pkgs/applications/networking/mailreaders/mutt/mailpath.patch
Normal file
12
pkgs/applications/networking/mailreaders/mutt/mailpath.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -r 8f62001989cc configure.ac
|
||||
--- a/configure.ac Sat Feb 08 10:24:22 2014 -0800
|
||||
+++ b/configure.ac Wed Jul 02 12:34:40 2014 +0200
|
||||
@@ -473,6 +473,8 @@
|
||||
mutt_cv_mailpath=/usr/spool/mail
|
||||
elif test -d /usr/mail; then
|
||||
mutt_cv_mailpath=/usr/mail
|
||||
+ elif test -d /tmp; then
|
||||
+ mutt_cv_mailpath=/tmp
|
||||
fi])
|
||||
])
|
||||
if test "$mutt_cv_mailpath" = no; then
|
Loading…
Reference in New Issue
Block a user