Commit 26f7e301 authored by Austin Seipp's avatar Austin Seipp
Browse files

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: default avatarAustin Seipp <aseipp@pobox.com>
parent 96112a3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
    homepage = "https://plv8.github.io/";
    maintainers = with maintainers; [ marsam ];
    platforms = [ "x86_64-linux" ];
    platforms = [ "x86_64-linux" "aarch64-linux" ];
    license = licenses.postgresql;
    broken = postgresql.jitSupport;
  };