postgresqlPackages.plv8: use default V8

This commit is contained in:
Aaron Jheng 2022-10-28 19:02:09 +08:00 committed by GitHub
parent 47293efac9
commit 3a9a0f86ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,7 @@ self: super: {
plr = super.callPackage ./ext/plr.nix { };
plv8 = super.callPackage ./ext/plv8 {
v8 = self.v8_8_x;
};
plv8 = super.callPackage ./ext/plv8 { };
pgjwt = super.callPackage ./ext/pgjwt.nix { };