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 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