plr: init at REL8_4_1

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Kenny Shen
2021-02-03 11:04:01 +08:00
committed by Kenny Shen
co-authored by Sandro
parent cff40a9104
commit 87f04c6e54
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ self: super: {
plpgsql_check = super.callPackage ./ext/plpgsql_check.nix { };
plr = super.callPackage ./ext/plr.nix { };
plv8 = super.callPackage ./ext/plv8.nix {
v8 = super.callPackage ../../../development/libraries/v8/plv8_6_x.nix {
python = self.python2;