aboutsummaryrefslogtreecommitdiff
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)
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 0d2b02489efb..c60b09144929 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" ];
};
}