Commit 62485112 authored by jopejoe1's avatar jopejoe1
Browse files

postgresqlPackages.plpython3: set pname and version instead of name

parent 8badc249
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;