mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
gem-config: add postgresql buildInput for sequel_pg (#20981)
Signed-off-by: Maximilian Güntner <code@klandest.in>
This commit is contained in:
parent
be24f1d364
commit
dec91d3b19
|
@ -164,6 +164,10 @@ in
|
|||
'';
|
||||
} else {};
|
||||
|
||||
sequel_pg = attrs: {
|
||||
buildInputs = [ postgresql ];
|
||||
};
|
||||
|
||||
snappy = attrs: {
|
||||
buildInputs = [ args.snappy ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue