guix-patches
[Top][All Lists]
Advanced

[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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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