From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: How to install a package in guile Date: Wed, 26 Jul 2017 23:35:27 +0300 Message-ID: <877eyvgcmo.fsf@gmail.com> References: <87mv7s3agv.fsf@163.com> <87y3rcb4nj.fsf@gnu.org> <87mv7rs6zb.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daT1o-0008Kh-Vp for guix-devel@gnu.org; Wed, 26 Jul 2017 16:35:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daT1l-0003fA-TC for guix-devel@gnu.org; Wed, 26 Jul 2017 16:35:33 -0400 In-Reply-To: <87mv7rs6zb.fsf@163.com> (Feng Shu's message of "Wed, 26 Jul 2017 20:44:24 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Feng Shu Cc: guix-devel Feng Shu (2017-07-26 20:44 +0800) wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> The rest (setting up the symlink) is a little less convenient though. >> See (guix scripts package) or the equivalent Emacs-Guix code for how >> this works. > > (build-and-use-profile store "~/.guix-profile" $2) > > How can I get the "store"? For example, like this: (with-store store (build-and-use-profile ...)) --=20 Alex