guix-devel
[Top][All Lists]
Advanced

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

Re: Unable to configure a system with 'cuirass-service'


From: Carlo Zancanaro
Subject: Re: Unable to configure a system with 'cuirass-service'
Date: Thu, 01 Dec 2016 10:14:56 +1100
User-agent: mu4e 0.9.16; emacs 25.1.1

On Wed, Nov 30 2016, ng0 wrote
Is there anything obvious I have to change?

Your `let` body contains both the `(cuirass-service ...)` form as well as the `%desktop-services` form. A `let` form will take the value of the last form in its body, so the `(cuirass-service ...)` value is being thrown away.

Try removing one of the closing parentheses after `%desktop-services`
and add it after the `(cuirass-service ...)` form. (This has the effect
of moving `%desktop-services` out of the `let` body.)

Attachment: signature.asc
Description: PGP signature


reply via email to

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