From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Issues with my configuration - zsh shell default Date: Wed, 05 Jul 2017 10:30:42 +0200 Message-ID: <87eftv8evh.fsf@elephly.net> References: <87h8ys8s7i.fsf@elephly.net> <87o9t0uid6.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSfi9-0003P6-6j for help-guix@gnu.org; Wed, 05 Jul 2017 04:31:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSfi4-00049Z-7V for help-guix@gnu.org; Wed, 05 Jul 2017 04:31:01 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dSfi3-000493-WA for help-guix@gnu.org; Wed, 05 Jul 2017 04:30:56 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Fredrik Salomonsson Cc: help-guix@gnu.org > 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