GNU bug report logs -
#38995
[PATCH] gnu: Add python-git-multimail.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Mon, 6 Jan 2020 20:11:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 38995-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hi Chris!
>
> Christopher Baines <mail <at> cbaines.net> skribis:
>
>> * gnu/packages/version-control.scm (python-git-multimail): New variable.
>
> [...]
>
>> + (substitute* "git-multimail/git_multimail.py"
>> + (("GIT_EXECUTABLE = 'git'")
>> + (string-append "GIT_EXECUTABLE = '"
>> + (assoc-ref inputs "git") "/bin/git"
>> + "'"))
>> + (("/usr/sbin/sendmail")
>> + (string-append (assoc-ref inputs "sendmail")
>> + "/usr/sbin/sendmail',
>> + '/usr/sbin/sendmail")))
>
> The second clause is intriguing, but as long as it has the intended
> effect, LGTM! :-)
I was thinking something about preserving the existing behaviour when I
kept /usr/sbin/sendmail in the list, but that doesn't make sense, as the
list is searched in order, and sendmail from the Guix package will
always be present.
I've removed the odd bit, and pushed this as
add8d50911f55464a1ecd003521997d6c7d912f3 now.
Thanks for taking a look!
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.