summary refs log tree commit diff
path: root/pkgs/development/libraries/graphene-hardened-malloc
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-08 21:02:25 +0100
committerEmily <vcs@emily.moe>2020-04-17 16:12:29 +0100
commit10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1 (patch)
treee4f12bf3fba737de2b5dcc91cbdeda247ca47a52 /pkgs/development/libraries/graphene-hardened-malloc
parentbc138f407f9cc1206dd13aa233f2d870936e10bd (diff)
downloadnixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar.gz
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar.bz2
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar.lz
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar.xz
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.tar.zst
nixpkgs-10dd3f3de0b3868853e7077ff5ef6c13efc0fcc1.zip
graphene-hardened-malloc: enable on aarch64-linux
Diffstat (limited to 'pkgs/development/libraries/graphene-hardened-malloc')
-rw-r--r--pkgs/development/libraries/graphene-hardened-malloc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/graphene-hardened-malloc/default.nix b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
index 0d2b02489ef..c60b0914492 100644
--- a/pkgs/development/libraries/graphene-hardened-malloc/default.nix
+++ b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.mit;
     maintainers = with maintainers; [ ris ];
-    platforms = [ "x86_64-linux" ];
+    platforms = [ "x86_64-linux" "aarch64-linux" ];
   };
 }