bug-guix
[Top][All Lists]
Advanced

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

bug#56297: Guix style imperfections


From: Maxime Devos
Subject: bug#56297: Guix style imperfections
Date: Wed, 29 Jun 2022 12:18:07 +0200
User-agent: Evolution 3.38.3-1

Liliana Marie Prikler schreef op wo 29-06-2022 om 12:15 [+0200]:
> Here, it depends.  I think I'd write this as 
> 
>      (native-inputs 
>        (modify-inputs (package-native-inputs guile-3.0)
>          (prepend autoconf automake libtool
>                   flex gperf
>                   gnu-gettext texinfo)))

FWIW, I was thinking of

   (native-inputs
     (modify-inputs [...]
       (prepend autoconf
                automake
                libtool
                flex gperf
                gnu-gettext
                texinfo)))

, I haven't really thought about putting multiple inputs on a single
line myself.

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]