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>
This commit is contained in:
parent
96112a3ed5
commit
26f7e30132
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue