postgresqlPackages.plv8: use default V8
This commit is contained in:
parent
47293efac9
commit
3a9a0f86ec
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user