rubyGems.pg: fix postgresql path
Robin Gloster 8 years ago e253ae7d 79d547b4
··· 183 183 184 184 pg = attrs: { 185 185 buildFlags = [ 186 186 - "--with-pg-config=${postgresql}/bin/pg_config" 186 186 + "--with-pg-config=${postgresql.dev}/bin/pg_config" 187 187 ]; 188 188 }; 189 189