From: Gottfried <gottfried@posteo.de>
To: Julien Lepiller <julien@lepiller.eu>, help-guix@gnu.org
Subject: Re: bad use of syntactic keyword
Date: Sat, 11 Mar 2023 10:15:20 +0000 [thread overview]
Message-ID: <23b707cf-7da8-073b-310e-21b5e6e30808@posteo.de> (raw)
In-Reply-To: <A87BBB16-9CBC-46BC-AFCD-2E94B7AA7A29@lepiller.eu>
[-- Attachment #1.1.1: Type: text/plain, Size: 1479 bytes --]
Hi,
thanks for help
I have now got:
> (service home-redshift-service-type
> (home-redshift-configuration
> (location-provider 'manual)
> (latitude 52.5) ;northern hemisphere
> (longitude 13.5))) ;Berlin
> (modify-services %desktop-services
> (guix-service-type
> config => (guix-configuration
> (inherit config)
> (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes"))))
> (sane-service-type _ => sane-backends)))))
....................................................................................
but running system reconfigure..
I am getting now another message:
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> error: home-redshift-service-type: unbound variable
.................................................................................
I copied the "redshift-service-type" part
from the manual into my config.scm
so I don’t find the "unbound variable".
Kind regards
Gottfried
Am 09.03.23 um 18:20 schrieb Julien Lepiller:
> You have an extra closing parenthesis at the end of this line:
>
> (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes")))))
>
> Remove one and adjust next lines if needed :)
>
>> %base-initrd-modules)))
>>
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
next prev parent reply other threads:[~2023-03-11 10:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 16:49 bad use of syntactic keyword Gottfried
2023-03-09 17:20 ` Julien Lepiller
2023-03-11 10:15 ` Gottfried [this message]
2023-03-11 14:26 ` Julien Lepiller
2023-03-09 22:32 ` Marek Paśnikowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23b707cf-7da8-073b-310e-21b5e6e30808@posteo.de \
--to=gottfried@posteo.de \
--cc=help-guix@gnu.org \
--cc=julien@lepiller.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.