guix-devel/gnu
Ludovic Courtès 51d0cd9b38 gnu: ld-wrapper: Add '-rpath' flag only for libraries that are in the store.
This avoids adding bogus entries to the RUNPATH of installed binaries,
pointing to the build directory or similar.

* gnu/packages/ld-wrapper.scm (store-file-name?): New procedure.
  (rpath-arguments): Add "-rpath" flag on when FILE matches
  'store-file-name?', not when it matches 'pure-file-name?'.
2015-04-07 22:28:35 +02:00
..
build install: Create /var/tmp. 2015-03-31 13:59:37 +02:00
packages gnu: ld-wrapper: Add '-rpath' flag only for libraries that are in the store. 2015-04-07 22:28:35 +02:00
services services: guix-service: Add service documentation. 2015-03-26 15:49:03 +03:00
system system: Skeleton '.bashrc' now exports the 'SHELL' variable. 2015-03-16 23:30:59 +01:00
artwork.scm artwork: Update to latest GRUB image. 2015-02-24 23:43:03 +01:00
packages.scm gnu: Raise an error when a bootstrap binary is not found. 2015-01-26 00:06:32 +01:00
services.scm
system.scm system: Add /etc/bashrc that loads bash-completion when available. 2015-03-12 22:52:18 +01:00