Hi Ben,

in addition to Mark’s comments here is another nitpick:

> +         (replace 'configure
> +                  (lambda* _
> +                    (substitute* "SConstruct" ; Do not distribute README
> +                      (("env.Install.idir_prefix, 'README.md'.") ""))
> +                    #t))

You don’t need ‘lambda*’ here.  Regular ‘lambda’ would be just fine.

~~ Ricardo


Reply via email to