rubyGems.pg: fix postgresql path

+1 -1
+1 -1
pkgs/development/ruby-modules/gem-config/default.nix
··· 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