postgresqlPackages.plpgsql_check: init at 1.13.1

This commit is contained in:
Mario Rodas
2020-08-17 04:20:00 -05:00
parent eb87f723bb
commit 2021a4b870
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ self: super: {
pgroonga = super.callPackage ./ext/pgroonga.nix { };
plpgsql_check = super.callPackage ./ext/plpgsql_check.nix { };
plv8 = super.callPackage ./ext/plv8.nix {
v8 = super.callPackage ../../../development/libraries/v8/plv8_6_x.nix {
python = self.python2;