Hello Jean Pierre De Jesus DIAZ. > The `out' variable is not used, so the let can be safely removed and the lambda > simplified, also instead of `chdir', `with-directory-excursion' could be used, > but's a matter of preference (don't know if one or other style is preferred > inside GNU Guix). Done. > The `out' binding can be also replaced by `#$output', e.g.: Done. I also tried to use 'with-directory-excursion' instead of 'chdir' but Candle build fails with it, so I kept 'chdir' version. > Other than that the package definition looks good to me, and did a quick pass > over the Candle source code to check that it doesn't contain any malware. > Only a bundled font is present (src/fonts/Ubuntu-Regular.tff), but that one is > not provided by GNU Guix (don't know the specific reasons, but got added then > removed) so no need to replace it with provided ones. Thanks again for the patch review! Here's my updated patch.