rspamd: remove nixspam blocklist (#382820)
This commit is contained in:
commit
137da20d91
@ -2,6 +2,7 @@
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
cmake,
|
||||
doctest,
|
||||
fmt_11,
|
||||
@ -39,6 +40,14 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-id5nmxdqx+0m0JCCvwaEuUAQkMLTlWadfieJ0wO/wJI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# remove https://www.nixspam.net/ because it has been shutdown
|
||||
(fetchpatch {
|
||||
url = "https://github.com/rspamd/rspamd/commit/dc6e7494c2440cd6c4e474b5ee3c4fabdad1f6bf.patch";
|
||||
hash = "sha256-7zY+l5ADLWgPTTBNG/GxX23uX2OwQ33hyzSuokTLgqc=";
|
||||
})
|
||||
];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user