summary refs log tree commit diff
path: root/pkgs/development/libraries/botan/generic.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-06-11 04:41:47 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-06-11 04:41:47 +0300
commit6e3499efc521cf1381819f14fa3bc81f43bbee5f (patch)
treee04412b3efc26e11685be3d64eb150353a50df25 /pkgs/development/libraries/botan/generic.nix
parent94fd91742a32f7ea8e79337744c6e2e3f24f5bb9 (diff)
downloadnixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar.gz
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar.bz2
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar.lz
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar.xz
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.tar.zst
nixpkgs-6e3499efc521cf1381819f14fa3bc81f43bbee5f.zip
botan: Broken on aarch64
https://nix-cache.s3.amazonaws.com/log/2vjsb2fs5z9nkr4h4sjwvgy0vflbq4hg-botan-1.10.15.drv
Diffstat (limited to 'pkgs/development/libraries/botan/generic.nix')
-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 b37fd6079b9..2580b959bf2 100644
--- a/pkgs/development/libraries/botan/generic.nix
+++ b/pkgs/development/libraries/botan/generic.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
     inherit version;
     description = "Cryptographic algorithms library";
     maintainers = with maintainers; [ raskin ];
-    platforms = platforms.unix;
+    platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin"];
     license = licenses.bsd2;
   };
   passthru.updateInfo.downloadPage = "http://files.randombit.net/botan/";