Merge pull request #204194 from risicle/ris-botan2-2.19.3

This commit is contained in:
Martin Weinelt
2022-12-03 14:28:44 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
callPackage ./generic.nix (args // {
baseVersion = "2.19";
revision = "2";
sha256 = "sha256-OvXxdhXGtc2Lgy0mn7bLTVTsZPnrCd2/Gt1Qk5QbTXU=";
revision = "3";
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
postPatch = ''
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
'';
@@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
ln -s botan-*.pc botan.pc || true
'';
doCheck = true;
meta = with lib; {
description = "Cryptographic algorithms library";
maintainers = with maintainers; [ raskin ];