Re: Problem with building service from my channel

2019-06-12 Thread Jack Hill
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

Re: Problem with building service from my channel

2019-06-11 Thread Jack Hill
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

Re: Problem with building service from my channel

2019-06-11 Thread Ludovic Courtès
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

Problem with building service from my channel

2019-06-10 Thread Jack Hill
Hi Guix, I have defined the planisphere-report-service-type in my channel This has been working well for me, and I have most recently been able to bu