Merge pull request #16269 from manveru/gemconfig-typhoeus
gemconfig: typhoeus needs curl
This commit is contained in:
@@ -153,6 +153,10 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typhoeus = attrs: {
|
||||||
|
buildInputs = [ curl ];
|
||||||
|
};
|
||||||
|
|
||||||
tzinfo = attrs: {
|
tzinfo = attrs: {
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user