Loading pkgs/servers/sql/postgresql/ext/plperl.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ let let perl' = perl.withPackages f; finalPackage = buildEnv { name = "${postgresql.pname}-plperl-${postgresql.version}"; pname = "${postgresql.pname}-plperl"; inherit (postgresql) version; paths = [ postgresql.plperl ]; passthru = { inherit withPackages; Loading pkgs/servers/sql/postgresql/ext/plpython3.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ let let python = python3.withPackages f; finalPackage = buildEnv { name = "${postgresql.pname}-plpython3-${postgresql.version}"; pname = "${postgresql.pname}-plpython3"; inherit (postgresql) version; paths = [ postgresql.plpython3 ]; passthru = { inherit withPackages; Loading pkgs/servers/sql/postgresql/ext/pltcl.nix +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,8 @@ let pkgs = f tclPackages; paths = lib.concatMapStringsSep " " (pkg: "${pkg}/lib") pkgs; finalPackage = buildEnv { name = "${postgresql.pname}-pltcl-${postgresql.version}"; pname = "${postgresql.pname}-pltcl"; inherit (postgresql) version; paths = [ postgresql.pltcl ]; passthru = { inherit withPackages; Loading Loading
pkgs/servers/sql/postgresql/ext/plperl.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ let let perl' = perl.withPackages f; finalPackage = buildEnv { name = "${postgresql.pname}-plperl-${postgresql.version}"; pname = "${postgresql.pname}-plperl"; inherit (postgresql) version; paths = [ postgresql.plperl ]; passthru = { inherit withPackages; Loading
pkgs/servers/sql/postgresql/ext/plpython3.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ let let python = python3.withPackages f; finalPackage = buildEnv { name = "${postgresql.pname}-plpython3-${postgresql.version}"; pname = "${postgresql.pname}-plpython3"; inherit (postgresql) version; paths = [ postgresql.plpython3 ]; passthru = { inherit withPackages; Loading
pkgs/servers/sql/postgresql/ext/pltcl.nix +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,8 @@ let pkgs = f tclPackages; paths = lib.concatMapStringsSep " " (pkg: "${pkg}/lib") pkgs; finalPackage = buildEnv { name = "${postgresql.pname}-pltcl-${postgresql.version}"; pname = "${postgresql.pname}-pltcl"; inherit (postgresql) version; paths = [ postgresql.pltcl ]; passthru = { inherit withPackages; Loading