aboutsummaryrefslogtreecommitdiff
path: root/distro/patches/guile-relocatable.patch
AgeCommit message (Collapse)Author
2012-10-17distro: Change relocatable-Guile patch to work around broken argv[0].Ludovic Courtès
* distro/patches/guile-relocatable.patch: Change to use /proc/self/exe instead of PROGRAM_INVOCATION_NAME. Useful because Nix itself passes just the basename of builders that it executes.
2012-10-13distro: Add a statically-linked, relocatable Guile 2.0 package.Ludovic Courtès
* distro/packages/base.scm (%guile-static, %guile-static-stripped): New variables. * distro/patches/guile-relocatable.patch: New file. * Makefile.am (dist_patch_DATA): Add it.