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

View File

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