Merge pull request #16269 from manveru/gemconfig-typhoeus

gemconfig: typhoeus needs curl
This commit is contained in:
zimbatm 2016-06-16 10:45:19 +01:00 committed by GitHub
commit 398837fd00

View File

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