guix-patches
[Top][All Lists]
Advanced

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

[bug#47979] [PATCH v7 2/3] installer: Recommend 'ntp-service-type' for n


From: Leo Famulari
Subject: [bug#47979] [PATCH v7 2/3] installer: Recommend 'ntp-service-type' for non-graphical systems.
Date: Mon, 27 Dec 2021 23:54:52 -0500

On Mon, Dec 27, 2021 at 05:24:09PM -0500, Leo Famulari wrote:
>   1. &pattern-not-matched:
>       pattern: ((quote checkbox-list) ((quote title) "Console services") 
> ((quote text) _) ((quote items) services) ((quote null?) (quote 
> desktop-environments)))
>       sexp: (checkbox-list (title "Console services") (text "Select 
> miscellaneous services to run on your non-graphical system.") (items 
> ("Network time service (NTP), to set the clock automat)
[...]
> +    ((checkbox-list (title "Console services") (text _)
> +                     (items ,services)
> +     (null? desktop-environments))
                                    ^
                                    |
There's a typo here that could cause the error mentioned above.

> +     (filter choose-misc-service? services))

Rebuilding...





reply via email to

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