summary refs log tree commit diff
path: root/pkgs/development/libraries/graphene-hardened-malloc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/graphene-hardened-malloc/default.nix')
-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" ];
   };
 }