postgresqlPackages.plv8: build on aarch64-linux

This might have been broken in days of yore, but it seems to work fine
now (reasonably so, since we use the system version of v8.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+1 -1
+1 -1
pkgs/servers/sql/postgresql/ext/plv8/default.nix
··· 136 description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL"; 137 homepage = "https://plv8.github.io/"; 138 maintainers = with maintainers; [ marsam ]; 139 - platforms = [ "x86_64-linux" ]; 140 license = licenses.postgresql; 141 broken = postgresql.jitSupport; 142 };
··· 136 description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL"; 137 homepage = "https://plv8.github.io/"; 138 maintainers = with maintainers; [ marsam ]; 139 + platforms = [ "x86_64-linux" "aarch64-linux" ]; 140 license = licenses.postgresql; 141 broken = postgresql.jitSupport; 142 };