guix-devel
[Top][All Lists]
Advanced

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

Re: WSDD Service Module


From: Simon Streit
Subject: Re: WSDD Service Module
Date: Tue, 25 Jan 2022 20:10:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Ludovic Courtès <ludo@gnu.org> writes:

> (+Cc: guix-devel.)

Hope I get it right this time.

> Then I recommend calling it ‘interfaces’ (plural).

Will do.

>   #~(make-forkexec-constructor
>       … #$@(map (lambda …) interfaces)
>       …)
>
> which would expand to:
>
>   (make-forkexec-constructor
>     … "--interface=eth0" "--interface=eth1"
>     …)

Yes this makes more sense, and it works too!  I got too focused
on trying to use for-each.

Time to complete this service.


Thanks a lot!
Simon



reply via email to

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