help-guix
[Top][All Lists]
Advanced

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

Re: Magit interactive rebase error: perl not found


From: Pierre Neidhardt
Subject: Re: Magit interactive rebase error: perl not found
Date: Sat, 04 Aug 2018 19:38:56 +0200
User-agent: mu4e 1.0; emacs 26.1

OK, I figured it out, it's in the `magit--cherry-move' function:

--8<---------------cut here---------------start------------->8---
                   (push (format "%s=perl -i -ne '/^pick (%s)/ or print'"
                                 "GIT_SEQUENCE_EDITOR"
                                 (mapconcat #'magit-rev-abbrev commits "|"))
                         process-environment)
--8<---------------cut here---------------end--------------->8---

This "perl" could not be automatically detected by the Guix path-patchers.

We could patch this but I think this also deserves an upstream fix:

        https://github.com/magit/magit/issues/3537

-- 
Pierre Neidhardt

Attachment: signature.asc
Description: PGP signature


reply via email to

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