raft-canonical: add lxd as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2023-01-29 17:10:00 +00:00
parent b24f64bef4
commit 524a512848

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, file, libuv, lz4 }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, file, libuv, lz4, lxd }:
stdenv.mkDerivation rec {
pname = "raft-canonical";
@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "out" ];
passthru.tests = {
inherit lxd;
};
meta = with lib; {
description = ''
Fully asynchronous C implementation of the Raft consensus protocol