Skip to content

Commit 788f8b1

Browse files
committed
botan3: include static build in passthru.tests
This way its automatically built by ofborg in a PR.
1 parent 550c926 commit 788f8b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/libraries/botan/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchurl,
5+
pkgsStatic,
56
python3,
67
docutils,
78
bzip2,
@@ -133,6 +134,10 @@ let
133134

134135
doCheck = true;
135136

137+
passthru.tests = lib.optionalAttrs (lib.versionAtLeast version "3") {
138+
static = pkgsStatic.botan3;
139+
};
140+
136141
meta = with lib; {
137142
description = "Cryptographic algorithms library";
138143
homepage = "https://botan.randombit.net";

0 commit comments

Comments
 (0)