rubyGems.pg: fix postgresql path
This commit is contained in:
parent
79d547b4bb
commit
e253ae7d3a
@ -183,7 +183,7 @@ in
|
||||
|
||||
pg = attrs: {
|
||||
buildFlags = [
|
||||
"--with-pg-config=${postgresql}/bin/pg_config"
|
||||
"--with-pg-config=${postgresql.dev}/bin/pg_config"
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user