20 stdenv.mkDerivation (finalAttrs: {
24 src = fetchFromGitLab {
25 domain = "lily-is.land";
28 rev = "refs/tags/v${finalAttrs.version}";
29 hash = "sha256-bKujiuAR5otF7nc/BdVWVaEW9fSxdh2bcAgsQ5UO1Aw=";
52 cmakeFlags = [ (lib.cmakeBool "libkazv_BUILD_TESTS" finalAttrs.doCheck) ];
56 checkInputs = [ catch2_3 ];
59 description = "Matrix client sdk built upon lager and the value-oriented design it enables";
60 homepage = "https://lily-is.land/kazv/libkazv";
61 license = lib.licenses.agpl3Plus;
62 maintainers = with lib.maintainers; [ fgaz ];
63 platforms = lib.platforms.all;