tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rubyGems.pg: fix postgresql path
Robin Gloster
8 years ago
e253ae7d
79d547b4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ruby-modules
gem-config
default.nix
+1
-1
pkgs/development/ruby-modules/gem-config/default.nix
···
183
183
184
184
pg = attrs: {
185
185
buildFlags = [
186
186
-
"--with-pg-config=${postgresql}/bin/pg_config"
186
186
+
"--with-pg-config=${postgresql.dev}/bin/pg_config"
187
187
];
188
188
};
189
189