mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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 New Issue
Block a user