forked from mirrors/nixpkgs
gem-config: include do_sqlite3
This commit is contained in:
parent
dae520dec9
commit
848a5aded6
|
@ -96,6 +96,10 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
do_sqlite3 = attrs: {
|
||||||
|
buildInputs = [ sqlite ];
|
||||||
|
};
|
||||||
|
|
||||||
eventmachine = attrs: {
|
eventmachine = attrs: {
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue