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 {};
|
} else {};
|
||||||
|
|
||||||
|
sequel_pg = attrs: {
|
||||||
|
buildInputs = [ postgresql ];
|
||||||
|
};
|
||||||
|
|
||||||
snappy = attrs: {
|
snappy = attrs: {
|
||||||
buildInputs = [ args.snappy ];
|
buildInputs = [ args.snappy ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user