dqlite: add lxd as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2023-01-29 17:10:00 +00:00
parent 2b449a128b
commit 9a8dd44914

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, file, libuv
, raft-canonical, sqlite }:
, raft-canonical, sqlite, lxd }:
stdenv.mkDerivation rec {
pname = "dqlite";
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "out" ];
passthru.tests = {
inherit lxd;
};
meta = with lib; {
description = ''
Expose a SQLite database over the network and replicate it across a