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