On Tue, 11 Jun 2019, Jack Hill wrote:
Here's where I define a service that extends mcron-service-type
I copied the code for this service from my channel into an arbitrary
service file in the guix repository, hoping for a different message that
would provide more insight. To my surprise, it b
On Tue, 11 Jun 2019, Ludovic Courtès wrote:
Jack Hill skribis:
```
(repl-version 0 0)
(exception misc-error (value #f) (value "Unbound variable: ~s") (value
(mcron-service-type)) (value #f))
```
The Guile exception possibly means that code in your channel refers to
‘mcron-service-type’, bu
Hi Jack,
Jack Hill skribis:
> The build log is;
>
> ```
> (repl-version 0 0)
> (exception misc-error (value #f) (value "Unbound variable: ~s") (value
> (mcron-service-type)) (value #f))
> ```
>
> Presumably there was some change to the mcron-service-type recently
> that requires changes in my c