rPackages.RPostgres: add postgresql to nativeBuildInputs

This commit is contained in:
detroyejr
2024-09-11 12:09:04 -04:00
parent c51b40c566
commit b1c36d2639

View File

@@ -476,6 +476,7 @@ let
RODBC = [ pkgs.libiodbc ];
rpanel = [ pkgs.bwidget ];
Rpoppler = [ pkgs.poppler ];
RPostgres = with pkgs; [ postgresql ];
RPostgreSQL = with pkgs; [ postgresql postgresql ];
RProtoBuf = [ pkgs.protobuf ];
RSclient = [ pkgs.openssl.dev ];