[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 01/22] import: Add hex.pm importer.
From: |
Maxime Devos |
Subject: |
[bug#54796] [PATCH v3 01/22] import: Add hex.pm importer. |
Date: |
Sat, 09 Apr 2022 13:55:39 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Hartmut Goebel schreef op vr 08-04-2022 om 19:03 [+0200]:
> +(define (maybe-inputs package-inputs input-type)
> + "Given a list of PACKAGE-INPUTS, tries to generate the 'inputs' field of a
> +package definition. INPUT-TYPE, a symbol, is used to populate the name of
> +the input field."
> + (match package-inputs
> + (()
> + '())
> + ((package-inputs ...)
> + `((,input-type (list ,@package-inputs))))))
This procedure 'maybe-inputs', or at least a similar procedure, already
seems to exist in (guix import utils).
Greetings,
MAxime.
signature.asc
Description: This is a digitally signed message part
- [bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun., (continued)
- [bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 18/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 15/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 19/22] gnu: Add rebar3-raw-deps., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer.,
Maxime Devos <=
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 02/22] gnu: Add erlang-cf., Hartmut Goebel, 2022/04/08