Skip to content

Commit

Permalink
rubyGems.pg: fix postgresql path
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 27, 2017
1 parent 79d547b commit e253ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ruby-modules/gem-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ in

pg = attrs: {
buildFlags = [
"--with-pg-config=${postgresql}/bin/pg_config"
"--with-pg-config=${postgresql.dev}/bin/pg_config"
];
};

Expand Down

0 comments on commit e253ae7

Please sign in to comment.