summary refs log tree commit diff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorJan Beinke <git@janbeinke.com>2021-01-09 23:33:36 +0100
committerJan Beinke <git@janbeinke.com>2021-01-10 23:28:01 +0100
commiteb6a4460396e4a5ef0861799c03b1b884ca94d31 (patch)
treec1ed26ef6e3bd0c80ff4a8662e020986ffce502a /pkgs/development/libraries/botan
parent9ff1aa8d2ce70fa2c4417eab055d182623f98429 (diff)
downloadnixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar.gz
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar.bz2
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar.lz
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar.xz
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.tar.zst
nixpkgs-eb6a4460396e4a5ef0861799c03b1b884ca94d31.zip
botan2: add aarch64-linux to platforms
Diffstat (limited to 'pkgs/development/libraries/botan')
-rw-r--r--pkgs/development/libraries/botan/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/botan/generic.nix b/pkgs/development/libraries/botan/generic.nix
index 4d2cf7515c0..f7d94f42469 100644
--- a/pkgs/development/libraries/botan/generic.nix
+++ b/pkgs/development/libraries/botan/generic.nix
@@ -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/";