civodul pushed a change to branch core-updates
in repository guix.
from bb146db gnu: dbus: Update to 1.8.16.
new 41fc0eb gnu: ld-wrapper: Extract symlink dereferencing.
new 51d0cd9 gnu: ld-wrapper: Add '-rpath' flag only for libraries
that are in the store.
new 71b6716 gnu: ld-wrapper: Add 'GUIX_LD_WRAPPER_DISABLE_RPATH'
environment variable.
new dfc8bb2 gnu: gcc: Disable RUNPATH validation for native builds.
new c8bfa5b gnu: Change ld-wrapper extension from .scm to .in.
new 1151f6a ui: Add 'report-load-error'.
new 4ae7559 gnu: Emit a warning when a package module cannot be
loaded.
The 7 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:
gnu-system.am | 4 +-
gnu/packages.scm | 12 +++-
gnu/packages/base.scm | 2 +-
gnu/packages/commencement.scm | 12 ++--
gnu/packages/cross-base.scm | 2 +
gnu/packages/gcc.scm | 5 ++
gnu/packages/{ld-wrapper.scm => ld-wrapper.in} | 79 +++++++++++++++++-------
guix/scripts/system.scm | 16 +-----
guix/ui.scm | 34 ++++++++++
9 files changed, 119 insertions(+), 47 deletions(-)
rename gnu/packages/{ld-wrapper.scm => ld-wrapper.in} (74%)