Merge pull request #108892 from thelegy/botan2

botan2: add aarch64-linux to platforms
This commit is contained in:
Daniël de Kok 2021-01-11 11:40:18 +01:00 committed by GitHub
commit 9a33d28fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
inherit version;
description = "Cryptographic algorithms library";
maintainers = with maintainers; [ raskin ];
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin"];
platforms = platforms.unix;
license = licenses.bsd2;
};
passthru.updateInfo.downloadPage = "http://files.randombit.net/botan/";