mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
gemconfig: typhoeus needs curl
This commit is contained in:
@@ -153,6 +153,10 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
typhoeus = attrs: {
|
||||
buildInputs = [ curl ];
|
||||
};
|
||||
|
||||
tzinfo = attrs: {
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user