nixos/mariadb: Fix test on i686
RocksDB is not built on that platform and the .so is missing
This commit is contained in:
parent
849e9aa221
commit
20e186b7e2
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue