rspamd: remove nixspam blocklist
This commit is contained in:
parent
00360fccc2
commit
74c6cec7c6
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
_final: prev:
|
||||
let
|
||||
inherit (prev) fetchurl;
|
||||
inherit (prev) fetchpatch;
|
||||
inherit (prev) callPackage;
|
||||
in
|
||||
{
|
||||
|
@ -40,4 +41,14 @@ in
|
|||
./hedgedoc/0001-anonymous-uploads.patch
|
||||
];
|
||||
});
|
||||
# patch to remove the nixspam blocklist. Remove after next rspamd release
|
||||
rspamd = prev.rspamd.overrideAttrs ({ patches ? [ ], ... }: {
|
||||
patches = patches ++ [
|
||||
(fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/rspamd/rspamd/pull/5300.diff";
|
||||
hash = "sha256-7zY+l5ADLWgPTTBNG/GxX23uX2OwQ33hyzSuokTLgqc=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue