[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
- [bug#54088] [PATCH 2/2] gnu: julia-media: Use julia-package-dependencies., (continued)
- [bug#54088] [PATCH 2/2] gnu: julia-media: Use julia-package-dependencies., Efraim Flashner, 2022/02/21
- [bug#54088] [PATCH 0/2] julia-build-system: Add missing julia-pkg-deps, zimoun, 2022/02/23
- [bug#54088] [PATCH v2 01/19] gnu: julia-xyz: Adjust style using G-expressions., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 06/19] gnu: julia-dataframes: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 07/19] gnu: julia-datavalues: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 08/19] gnu: julia-finitediff: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 10/19] gnu: julia-http: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 09/19] gnu: julia-fixedpointnumbers: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 13/19] gnu: julia-matrixfactorizations: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 11/19] gnu: julia-imagemagick: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 18/19] gnu: julia-stackviews: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 19/19] gnu: julia-uris: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 12/19] gnu: julia-infinity: Delete trailing #t., zimoun, 2022/02/23