3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request 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 = ''