Merge pull request #269124 from chayleaf/rspamd
rspamd: fix build on non-x86_64 platforms
This commit is contained in:
commit
fdc53c5b2f
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-Bg0EFgxk/sRwE8/7a/m8J4cTgooR4fobQil8pbWtkoc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "no-hyperscan-fix.patch";
|
||||
url = "https://github.com/rspamd/rspamd/commit/d907a95ac2e2cad6f7f65c4323f031f7931ae18b.patch";
|
||||
hash = "sha256-bMmgiJSy0QrzvBAComzT0aM8UF8OKeV0VgMr0wwrM6w=";
|
||||
})
|
||||
];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config perl ];
|
||||
|
|
Loading…
Reference in a new issue