guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to install a package in guile


From: Alex Kost
Subject: Re: How to install a package in guile
Date: Wed, 26 Jul 2017 23:35:27 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Feng Shu (2017-07-26 20:44 +0800) wrote:

> address@hidden (Ludovic Courtès) 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 ...))

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]