guix-patches
[Top][All Lists]
Advanced

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

[bug#54457] [PATCH 9/9] gnu: Add ulogd


From: Maxime Devos
Subject: [bug#54457] [PATCH 9/9] gnu: Add ulogd
Date: Wed, 23 Mar 2022 20:46:48 +0100
User-agent: Evolution 3.38.3-1

fesoj000 schreef op ma 21-03-2022 om 22:20 [+0100]:
> +          (lambda* (#:key outputs #:allow-other-keys)
> +            (let ((out-etc (string-append (assoc-ref outputs "out") "/etc"))

FWIW, you can simplify this to

  (lambda _
    (let ((out-etc (string-append #$output "/etc")))
      [...])),

eliminating the output label in favour of G-exps -- see e.g. 'hostapd'.
IMO this is a bit tidier, but not everyone seems to agree.

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]