rubyGems.pg: fix postgresql path

This commit is contained in:
Robin Gloster
2017-09-27 17:25:14 +02:00
parent 79d547b4bb
commit e253ae7d3a

View File

@@ -183,7 +183,7 @@ in
pg = attrs: {
buildFlags = [
"--with-pg-config=${postgresql}/bin/pg_config"
"--with-pg-config=${postgresql.dev}/bin/pg_config"
];
};