Unverified Commit 20e186b7 authored by Janne Heß's avatar Janne Heß
Browse files

nixos/mariadb: Fix test on i686

RocksDB is not built on that platform and the .so is missing
parent 849e9aa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {