gemconfig: typhoeus needs curl
This commit is contained in:
parent
9f2699fd30
commit
e86e407ce9
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
typhoeus = attrs: {
|
||||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
tzinfo = attrs: {
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue