blob: 39481e7ea994de0cdf9878d05f19321311954da7 (
plain)
1
2
3
4
5
6
7
|
{ postfix }:
postfix.overrideAttrs {
# Nota: hay que cambiar prefix postfix/src/ -> src/ en el patch porque las release tarballs vienen así
patches = (postfix.patches or [ ]) ++ [
./0001-smtpd-implement-CCERTS-action-for-access-5-tables.patch
];
}
|