civodul pushed a change to branch master
in repository guix.
from 8584965 gnu: gajim: Fix GtkFileChooserDialog.
new dac1c97 union: Add 'relative-file-name'.
new e00ade3 profiles: Optionally use relative file names for symlink
targets.
new 3636b1c profiles: Allow lowerable objects other than packages in
<manifest-entry>.
new 54fd5ad search-paths: Add 'set-search-paths'.
new 47a6032 pack: Add '--relocatable'.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 3 +-
doc/guix.texi | 42 +++++
gnu/packages/aux-files/run-in-namespace.c | 264 ++++++++++++++++++++++++++++++
guix/build/profiles.scm | 14 +-
guix/build/union.scm | 48 +++++-
guix/profiles.scm | 19 ++-
guix/scripts/pack.scm | 182 +++++++++++++++++++-
guix/search-paths.scm | 15 +-
tests/guix-pack.sh | 10 +-
tests/profiles.scm | 46 ++++++
tests/union.scm | 18 ++
tests/utils.scm | 2 +-
12 files changed, 638 insertions(+), 25 deletions(-)
create mode 100644 gnu/packages/aux-files/run-in-namespace.c