forked from mirrors/nixpkgs
Merge pull request #16269 from manveru/gemconfig-typhoeus
gemconfig: typhoeus needs curl
This commit is contained in:
commit
398837fd00
|
@ -153,6 +153,10 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
typhoeus = attrs: {
|
||||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
tzinfo = attrs: {
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue