Loading pkgs/servers/sql/postgresql/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ let description = "Powerful, open source object-relational database system"; license = licenses.postgresql; changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/"; maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members; maintainers = with maintainers; teams.postgres.members; pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ]; platforms = platforms.unix; Loading Loading
pkgs/servers/sql/postgresql/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ let description = "Powerful, open source object-relational database system"; license = licenses.postgresql; changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/"; maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members; maintainers = with maintainers; teams.postgres.members; pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ]; platforms = platforms.unix; Loading