Merge pull request #292795 from b-rodrigues/fix_adbcpostgresql

rPackages.adbcpostgresql: fixed build
This commit is contained in:
Weijia Wang 2024-03-08 20:45:11 +01:00 committed by GitHub
commit dc702285c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,7 @@ let
};
packagesWithNativeBuildInputs = {
adbcpostgresql = [ pkgs.postgresql ];
arrow = [ pkgs.pkg-config pkgs.arrow-cpp ];
adimpro = [ pkgs.imagemagick ];
animation = [ pkgs.which ];