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