all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Fredrik Salomonsson <plattfot@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Issues with my configuration - zsh shell default
Date: Wed, 05 Jul 2017 10:30:42 +0200	[thread overview]
Message-ID: <87eftv8evh.fsf@elephly.net> (raw)
In-Reply-To: <CABZcOATzXA6eR44tsoZ7p-Vpjt5T04eXcTChUqbYbJxQK88ktQ@mail.gmail.com>


> This worked for me. Thanks. What is the best way of looking up what package
> belongs to what module? In case I hit more of this in the future.

You can use “guix package -s zsh” and then use recutils to match on the
“name” field and print the “location” field.  The location matches the
module name:

   gnu/packages/shells.scm –> (gnu packages shells)
   
> You can only tell Guix not to try to mount the disk on boot.  Use
> Tried doing something similar but getting errors on the read-string.
> First I got:
> guix system: error: failed to load '/etc/config.scm':
> /etc/config.scm:23:24: /etc/config.scm:23:24: In procedure module-lookup:
> Unbound variable: read-string
>
> After searching in the guile manual I found a read-string in the module
> (sxml ssax input-parse), loaded that and now I get.

That’s not the right “read-string”.  You need to load (ice-9 rdelim).
The sxml stuff is for parsing XML.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

  parent reply	other threads:[~2017-07-05  8:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-03  1:35 Issues with my configuration Fredrik Salomonsson
2017-07-04  9:30 ` Ricardo Wurmus
2017-07-04 19:12   ` Issues with my configuration - zsh shell default Divan Santana
2017-07-05  6:52     ` Fredrik Salomonsson
2017-07-05  8:25       ` Divan Santana
2017-07-05  9:15         ` ng0
2017-07-06  4:58           ` Fredrik Salomonsson
2017-07-05  8:30       ` Ricardo Wurmus [this message]
2017-07-08 22:11         ` Ludovic Courtès

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=87eftv8evh.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=plattfot@gmail.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.