Re: How to install a package in guile

2017-07-27 Thread Feng Shu
Alex Kost writes: > Feng Shu (2017-07-26 20:44 +0800) wrote: > >> l...@gnu.org (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.

Re: How to install a package in guile

2017-07-26 Thread Alex Kost
Feng Shu (2017-07-26 20:44 +0800) wrote: > l...@gnu.org (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

Re: How to install a package in guile

2017-07-26 Thread Feng Shu
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > "Feng Shu" skribis: > >> I use the following exp to build a new version you-get >> >> #+BEGIN_COMMENT >> scheme@(guile-user)> ,run-in-store (build-package you-get #:use-substitutes? >> #t #:dry-run? #f) >> #+END_COMMENT >> >> How

Re: How to install a package in guile

2017-07-25 Thread ng0
Feng Shu transcribed 0.2K bytes: > > I use the following exp to build a new version you-get > > #+BEGIN_COMMENT > scheme@(guile-user)> ,run-in-store (build-package you-get #:use-substitutes? > #t #:dry-run? #f) > #+END_COMMENT > > How to install this new vesion of you-get in guile? > > > >

How to install a package in guile

2017-07-25 Thread Feng Shu
I use the following exp to build a new version you-get #+BEGIN_COMMENT scheme@(guile-user)> ,run-in-store (build-package you-get #:use-substitutes? #t #:dry-run? #f) #+END_COMMENT How to install this new vesion of you-get in guile? --