gemconfig: typhoeus needs curl

This commit is contained in:
Michael Fellinger 2016-06-16 11:43:21 +02:00
parent 9f2699fd30
commit e86e407ce9

View file

@ -153,6 +153,10 @@ in
];
};
typhoeus = attrs: {
buildInputs = [ curl ];
};
tzinfo = attrs: {
dontBuild = false;
postPatch = ''