catch2_3: add spdlog to passthru.tests

see https://github.com/NixOS/nixpkgs/pull/435366#issuecomment-3255581683
This commit is contained in:
Robert Schütz
2025-09-04 14:08:07 -07:00
parent 800d264bed
commit 7c2b111165
+5
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
cmake,
python3,
spdlog,
}:
stdenv.mkDerivation rec {
@@ -55,6 +56,10 @@ stdenv.mkDerivation rec {
python3
];
passthru.tests = {
inherit spdlog;
};
meta = {
description = "Modern, C++-native, test framework for unit-tests";
homepage = "https://github.com/catchorg/Catch2";