[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54584] [PATCH] gnu: python-slixmpp: Update to 1.8.1.
From: |
jgart |
Subject: |
[bug#54584] [PATCH] gnu: python-slixmpp: Update to 1.8.1. |
Date: |
Sun, 22 May 2022 14:35:33 -0500 |
On Sun, 22 May 2022 01:08:52 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com>
wrote:
> Hi jgart,
>
> jgart <jgart@dismail.de> writes:
>
> > On Sat, 23 Apr 2022 23:32:53 -0400 Maxim Cournoyer
> > <maxim.cournoyer@gmail.com> wrote:
> >> > + (list #:phases
> >> > + #~(modify-phases %standard-phases
> >> > + (add-after 'unpack 'patch
> >> > + (lambda _
> >> > + (substitute* "setup.py"
> >> > + (((string-append "'CC', " #$(cc-for-target)))
> >> > + ((string-append "'CC', "
> >> > #$(cc-for-target))))))))))
> >>
> >> This doesn't look right; the matched pattern is replaced by... the same
> >> thing?
> >
> > Oh yes, that was definitely a blunder. I'll send a patch fixing that soon.
>
> Now sure if soon is now, but... ping :-)
Sorry, I probably won't be able to get to this for atleast another week.
I'll let you know sooner if that changes otherwise feel free to fix it and add
yourself as author to push this through.
all best,
jgart