Ludovic Courtès <l...@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