guix-patches
[Top][All Lists]
Advanced

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

[bug#44251] [PATCH] gnu: Add pwclient.


From: Christopher Baines
Subject: [bug#44251] [PATCH] gnu: Add pwclient.
Date: Wed, 28 Oct 2020 13:30:46 +0000
User-agent: mu4e 1.4.13; emacs 27.1

Leo Famulari <leo@famulari.name> writes:

> On Tue, Oct 27, 2020 at 09:46:02AM +0000, Christopher Baines wrote:
>> * gnu/packages/patchutils.scm (pwclient): New variable.
>
>> +         (add-after 'unpack 'patch
>> +           (lambda _
>> +             (substitute* "test-requirements.txt"
>> +               (("pytest>=3.0,<5.0;")
>> +                "pytest>=3.0,<6.0;"))
>> +             #t))
>
> I would call the phase 'patch-requirements' or similar and add a brief
> comment explaining it.

I've renamed the phase now, and added a comment.

>> +    (native-inputs
>> +     `(("npython-pbr" ,python-pbr)
>
> Typo here --^

Indeed, I've removed the rogue n.

I've sent an updated patch, which fixes a few more things as well.

Attachment: signature.asc
Description: PGP signature


reply via email to

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