fmt: add packages as reverse dependencies to passthru.tests

This commit is contained in:
Mario Rodas 2023-05-20 04:20:00 +00:00
parent 6ed59c8420
commit b005ff482d

View File

@ -1,5 +1,14 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake
{ lib
, stdenv
, fetchFromGitHub
, cmake
, enableShared ? !stdenv.hostPlatform.isStatic
# tests
, mpd
, openimageio
, fcitx5
, spdlog
}:
let
@ -27,6 +36,10 @@ let
doCheck = true;
passthru.tests = {
inherit mpd openimageio fcitx5 spdlog;
};
meta = with lib; {
description = "Small, safe and fast formatting library";
longDescription = ''