lol

rspamd: disable blas by default (#406318)

authored by

Martin Weinelt and committed by
GitHub
714bd216 05f9e0a1

+3 -1
+3 -1
pkgs/by-name/rs/rspamd/package.nix
··· 24 24 xxHash, 25 25 zstd, 26 26 libarchive, 27 - withBlas ? true, 27 + # Enabling blas support breaks bayes filter training from dovecot in nixos-mailserver tests 28 + # https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/321 29 + withBlas ? false, 28 30 withLuaJIT ? stdenv.hostPlatform.isx86_64, 29 31 nixosTests, 30 32 }: