From mboxrd@z Thu Jan 1 00:00:00 1970 From: rendaw <7e9wc56emjakcm@s.rendaw.me> Subject: Re: G-Expressions manual. change user shell in guix config.scm Date: Sat, 4 May 2019 20:24:23 +0900 Message-ID: <158abd9a-61d2-1b85-5227-c645cd556c02@s.rendaw.me> References: <47df8d6d-9d34-5abe-a7f7-c4f5a1c6a7f2@s.rendaw.me> <020ade7dd57cfe2182b3aa360a8cf13d@disroot.org> <768fb29d220fa00af3cb133b0909b870@disroot.org> <9345e08df01afe19f1fd987470e986d1@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hMsmL-0003j1-CF for help-guix@gnu.org; Sat, 04 May 2019 07:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hMsmK-0002ep-Gn for help-guix@gnu.org; Sat, 04 May 2019 07:24:29 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60225) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hMsmK-0002ef-1V for help-guix@gnu.org; Sat, 04 May 2019 07:24:28 -0400 In-Reply-To: <9345e08df01afe19f1fd987470e986d1@disroot.org> Content-Language: en-US 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: znavko@disroot.org, help-guix@gnu.org On 5/4/19 8:19 PM, znavko@disroot.org wrote: > (shell #~#$dash) -- compiles too, but again: > > bob $ su - mom > Password: > /gnu/store/bqmib4vf9mr8dkqx4dqpcqrnb93giwci-dash-0.5.10.2: /gnu/store/bqmib4vf9mr8dkqx4dqpcqrnb93giwci-dash-0.5.10.2: Is a directory > bob $ > Could you perhaps provide some details on what you are expecting to happen here?  This error is expected - shell needs a path to an executable, not a directory.  Both `#~#$dash` and `dash` become paths to directories.