rubyGems.pg: fix postgresql path

+1 -1
+1 -1
pkgs/development/ruby-modules/gem-config/default.nix
··· 183 183 184 184 pg = attrs: { 185 185 buildFlags = [ 186 - "--with-pg-config=${postgresql}/bin/pg_config" 186 + "--with-pg-config=${postgresql.dev}/bin/pg_config" 187 187 ]; 188 188 }; 189 189