botan3: include static build in passthru.tests

This way its automatically built by ofborg in a PR.
This commit is contained in:
nikstur
2025-05-19 13:37:40 +02:00
parent 550c926a3a
commit 788f8b1aca
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchurl,
pkgsStatic,
python3,
docutils,
bzip2,
@@ -133,6 +134,10 @@ let
doCheck = true;
passthru.tests = lib.optionalAttrs (lib.versionAtLeast version "3") {
static = pkgsStatic.botan3;
};
meta = with lib; {
description = "Cryptographic algorithms library";
homepage = "https://botan.randombit.net";