[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix
From: |
Ludovic Courtès |
Subject: |
bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix |
Date: |
Sat, 09 Jun 2018 12:07:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello Guix!
Ludovic Courtès <address@hidden> skribis:
> Here is the “new” ‘guix pull’ that we discussed notably in this thread:
>
> https://bugs.gnu.org/22629
>
> The major difference is that instead of just building a bunch of modules
> and putting them under ~/.config/guix/latest, it now produces a
> standalone package (with bin/guix, share/info/guix.info, etc.) and puts
> it in a profile under ~/.config/guix/current. Quoth the manual:
I have just pushed the new ‘guix pull’, with a few improvements compared
to the patches I had sent:
• Both guix.info and all of guix.LANG.info are now built.
• The derivation that builds locale data depends only on the po/
directory, so it won’t be rebuilt every time. Likewise for the
derivation that builds the manual.
• Meta-data about what was pulled is kept in manifest entries, using
the ‘properties’ discussed in <https://bugs.gnu.org/31442>.
Currently the UI doesn’t use it but you can see that info in
~/.config/guix/current/manifest.
Let me know how it goes!
Ludo’.
- bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix, (continued)
bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix, Ludovic Courtès, 2018/06/04
bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix, Fis Trivial, 2018/06/05
bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix,
Ludovic Courtès <=