From: Tobias Geerinckx-Rice <somebody@not-sent-or-endorsed-by.tobias.gr>
To: znavko@tutanota.com
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: Disable ugly pc-speaker sound in Slim auth failure
Date: Sat, 16 Mar 2019 17:00:46 +0100 [thread overview]
Message-ID: <87zhpuajwx.fsf@nckx> (raw)
In-Reply-To: <La5dbGi--3-1@tutanota.com>
Zvavko,
znavko wrote:
> # guix system reconfigure /etc/config.scm
> /etc/config.scm:97:26: error: comma-separated: unbound variable
> hint: Did you forget a `use-modules' form?
[…]
> Mentioned github page has no any use-modules string that can
> help.
Look again. From system-config/os-main.scm:
(al utils)
And indeed, guile/modules/al/utils.scm has:
(define (comma-separated . strings)
"Return string by concatenating STRINGS with commas."
(mapconcat identity strings ","))
You can copy the definition to your own configuration, or just
replace it with the (trivial) MAPCONCAT call directly, or just use
a comma-separated string to begin with.
Kind regards,
T G-R
next prev parent reply other threads:[~2019-03-16 16:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 4:00 Disable ugly pc-speaker sound in Slim auth failure znavko
2019-03-16 10:52 ` znavko
[not found] ` <La57Jrg--3-1@tutanota.com-La586Hw----1>
2019-03-16 13:17 ` znavko
2019-03-16 16:00 ` Tobias Geerinckx-Rice [this message]
2019-03-16 16:42 ` znavko
2019-03-16 16:46 ` znavko
[not found] ` <La6OLkW--3-1@tutanota.com-La6OQsv--3-1>
2019-03-17 7:31 ` znavko
2019-03-17 8:10 ` swedebugia
2019-03-17 12:02 ` Tobias Geerinckx-Rice
2019-03-17 12:07 ` Tobias Geerinckx-Rice
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=87zhpuajwx.fsf@nckx \
--to=somebody@not-sent-or-endorsed-by.tobias.gr \
--cc=help-guix@gnu.org \
--cc=znavko@tutanota.com \
/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.