gem-config: add postgresql buildInput for sequel_pg (#20981)

Signed-off-by: Maximilian Güntner <code@klandest.in>
This commit is contained in:
Maximilian Güntner 2016-12-16 11:36:05 +01:00 committed by Franz Pletz
parent be24f1d364
commit dec91d3b19

View File

@ -164,6 +164,10 @@ in
'';
} else {};
sequel_pg = attrs: {
buildInputs = [ postgresql ];
};
snappy = attrs: {
buildInputs = [ args.snappy ];
};