guix-patches
[Top][All Lists]
Advanced

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

[bug#54088] [PATCH v2 05/19] gnu: julia-codeczlib: Delete trailing #t.


From: zimoun
Subject: [bug#54088] [PATCH v2 05/19] gnu: julia-codeczlib: Delete trailing #t.
Date: Thu, 24 Feb 2022 11:39:15 +0100

Hi Efraim,

On Thu, 24 Feb 2022 at 12:23, Efraim Flashner <efraim@flashner.co.il> wrote:

>>              (lambda* (#:key outputs #:allow-other-keys)
>>                (let ((out (assoc-ref outputs "out")))
>>                  (for-each make-file-writable
>> -                          (find-files out "\\.gz$"))
>> -                #t))))))
>> +                          (find-files out "\\.gz$"))))))))
>
> With this one we actually don't need the make-file-writable phase
> anymore, so I skipped this patch and replaced it with one to remove the
> entire phase.

Ah sorry to have missed that.  Thanks for the review. :-)

Cheers,
simon





reply via email to

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