guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH RFC 0/4] Getting rid of input labels?


From: Vincent Legoll
Subject: Re: [PATCH RFC 0/4] Getting rid of input labels?
Date: Thu, 20 May 2021 18:19:11 +0200

Hello,

On Thu, May 20, 2021 at 5:03 PM Ludovic Courtès <ludo@gnu.org> wrote:
> Instead of writing:
>
>     (native-inputs
>      `(("autoconf" ,autoconf)
>        ("automake" ,automake)
>        ("pkg-config" ,pkg-config)
>        ("guile" ,guile-3.0)))
>
> one can write:
>
>     (native-inputs (list autoconf automake pkg-config guile-3.0))

What about

>     (native-inputs
>      `(,autoconf
>        ("truc" ,muche)
>        "pkg-config"
>     ))

i.e. allowing package objects, tuples and names, and it would DTRT ?

Wouldn't something like that be possible ?

-- 
Vincent Legoll



reply via email to

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