nixos/mariadb: Fix test on i686

RocksDB is not built on that platform and the .so is missing
This commit is contained in:
Janne Heß 2023-05-09 09:15:52 +02:00
parent 849e9aa221
commit 20e186b7e2
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ let
name ? mkTestName package,
useSocketAuth ? true,
hasMroonga ? true,
hasRocksDB ? true
hasRocksDB ? pkgs.stdenv.hostPlatform.is64bit
}: makeTest {
inherit name;
meta = with lib.maintainers; {