[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56295] [PATCH 0/5] Add some Chicken eggs and fix egg importer
From: |
Ludovic Courtès |
Subject: |
[bug#56295] [PATCH 0/5] Add some Chicken eggs and fix egg importer |
Date: |
Tue, 12 Jul 2022 23:32:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:
> 'egg-source-url' did not return the URL, but the quoted expression. This did
> break the updater, which expects the URL as a string.
>
> * guix/import/egg.scm(egg-source-url): Remove.
> (egg->guix-package)[egg-content]: Use quoted expression directly.
> (latest-release): Call egg-uri instead of egg-source-url.
Make sure “make check TESTS=tests/egg.scm” still passes.
If it does, go for it!
Ludo’.