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: {
|
tzinfo = attrs: {
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user