gemconfig: typhoeus needs curl
This commit is contained in:
parent
9f2699fd30
commit
e86e407ce9
@ -153,6 +153,10 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typhoeus = attrs: {
|
||||||
|
buildInputs = [ curl ];
|
||||||
|
};
|
||||||
|
|
||||||
tzinfo = attrs: {
|
tzinfo = attrs: {
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user