Loading pkgs/development/libraries/botan/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchurl, pkgsStatic, python3, docutils, bzip2, Loading Loading @@ -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"; Loading Loading
pkgs/development/libraries/botan/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchurl, pkgsStatic, python3, docutils, bzip2, Loading Loading @@ -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"; Loading