guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55517] Acknowledgement ([PATCH]: gnu: emacs-magit: Drop the libgit


From: Liliana Marie Prikler
Subject: [bug#55517] Acknowledgement ([PATCH]: gnu: emacs-magit: Drop the libgit backend.)
Date: Mon, 23 May 2022 08:46:31 +0200
User-agent: Evolution 3.42.1

Am Sonntag, dem 22.05.2022 um 17:46 +0800 schrieb Zhu Zihao:

> +          (add-after 'set-magit-version 'patch-exec-paths
> +            (lambda* (#:key inputs #:allow-other-keys)
> +              (let ((perl (search-input-file inputs "/bin/perl")))
> +                (make-file-writable "magit-sequence.el")
> +                (emacs-substitute-variables "magit-sequence.el"
> +                  ("magit-perl-executable" perl)))))
You do not need to let-bind perl here.  Other than that LGTM.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]