summaryrefslogtreecommitdiff
path: root/gnu/packages/ld-wrapper.scm
Commit message (Expand)AuthorAgeFilesLines
* Change default store values from /nix/store to /gnu/store.•••* gnu/packages/ld-wrapper.scm (%store-directory): Change the default to /gnu/store. * guix/build/utils.scm (%store-directory): New procedure. (remove-store-references): Use it for the default value of 'store'. * guix/packages.scm (patch-and-repack)[builder]: Change default store to /gnu/store. Ludovic Courtès2014-03-101-2/+2
* ld-wrapper: Unless in a build env., allow files that symlink to the store.•••* gnu/packages/ld-wrapper.scm (pure-file-name?): As a last resort, when %BUILD-DIRECTORY is false, check whether FILE is a symlink, and loop over it to check whether its target is in the store. Ludovic Courtès2013-06-121-8/+21
* distro: Change the module name space to (gnu ...).•••* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise. Ludovic Courtès2013-01-181-0/+147