[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'.
From: |
Maxime Devos |
Subject: |
[bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'. |
Date: |
Sat, 09 Apr 2022 15:19:25 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Hartmut Goebel schreef op vr 08-04-2022 om 19:03 [+0200]:
> + (system system)
> + (host-inputs `(,@(if source
> + `(("source" ,source))
> + '())
> + ,@inputs
> + ;; Keep the standard inputs of 'gnu-build-system'.
> + ,@(standard-packages)))
(standard-packages) needs to be in 'build-inputs', at least according
to 'lower' in (guix build-system gnu).
> + (build-inputs `(("rebar" ,rebar)
> + ("erlang" ,erlang) ;; for escriptize
> + ,@native-inputs))
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#54796] [PATCH v3 04/22] gnu: Add erlang-erlware-commons., (continued)
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'.,
Maxime Devos <=
[bug#54796] [PATCH v3 05/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 10/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2022/04/08
[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