guix-devel/guix/build
Ludovic Courtès e00ade3fb8
profiles: Optionally use relative file names for symlink targets.
* guix/build/union.scm (symlink-relative): New procedure.
* guix/build/profiles.scm: Re-export it.
(build-profile): Add #:symlink and pass it to 'union-build'.
* guix/profiles.scm (profile-derivation): Add #:relative-symlinks?.
Pass #:symlink to 'build-profile'.
* tests/profiles.scm ("profile-derivation relative symlinks, one entry")
("profile-derivation relative symlinks, two entries"): New tests.
2018-05-10 14:53:57 +02:00
..
android-ndk-build-system.scm build-system: android-ndk: Let upstream install header files. 2018-05-10 01:06:22 +02:00
ant-build-system.scm guix: ant-build-system: Do not compress jars. 2017-12-15 00:00:34 +01:00
asdf-build-system.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
bournish.scm bournish: 'ls' adjusts the column width depending on the entries. 2017-05-13 16:52:11 +02:00
cargo-build-system.scm build-system/cargo: Remove store reference. 2017-04-14 12:29:20 +02:00
cmake-build-system.scm guix: cmake-build-system: Install libraries to /lib. 2017-12-19 19:52:00 +02:00
compile.scm compile: Exit when an exception is thrown. 2018-05-01 16:01:39 +02:00
cvs.scm
download-nar.scm download: Download a nar when a VCS checkout fails. 2017-10-19 23:21:49 +02:00
download.scm build: Require Guile >= 2.0.13. 2018-02-26 18:19:34 +01:00
dub-build-system.scm build-system/dub: Fix typo. 2018-01-26 00:09:19 +01:00
emacs-build-system.scm build-system: emacs: Add improved check phase. 2018-04-20 00:49:53 +05:30
emacs-utils.scm build: emacs-utils: Fail when byte compilation fails. 2018-05-03 21:48:59 +05:30
font-build-system.scm build: font: Support font collection files. 2017-05-31 23:24:41 +02:00
git.scm git-download: Fetch only the required commit, if possible. 2018-03-04 14:43:38 +01:00
glib-or-gtk-build-system.scm
gnu-build-system.scm build-system/gnu: Add 'install-license-files' phase. 2017-11-08 22:43:56 +01:00
gnu-dist.scm
go-build-system.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
graft.scm grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>. 2017-11-14 16:38:02 -05:00
gremlin.scm
haskell-build-system.scm
hg.scm
java-utils.scm guix: Add java-utils. 2017-05-10 17:59:22 +02:00
lisp-utils.scm build-system/asdf: Handle tests defined in external systems. 2017-05-16 15:18:16 +02:00
make-bootstrap.scm guix: build: make-bootstrap: Copy "falloc.h" to the new system. 2017-02-27 15:31:06 +02:00
meson-build-system.scm build-system/meson: Don't override LDFLAGS if already set. 2018-04-15 14:45:56 +02:00
minify-build-system.scm build: Add minify build system. 2017-08-04 11:23:52 +02:00
ocaml-build-system.scm
perl-build-system.scm
profiles.scm profiles: Optionally use relative file names for symlink targets. 2018-05-10 14:53:57 +02:00
pull.scm compile: Fix VPATH builds. 2017-11-07 00:12:10 +01:00
python-build-system.scm
qt-utils.scm
r-build-system.scm build: r-build-system: Use deterministic built date. 2017-02-02 15:20:50 +01:00
rpath.scm
ruby-build-system.scm ruby-build-system: Fix build error. 2018-01-15 16:56:03 +01:00
scons-build-system.scm build-system: Add scons-build-system. 2017-11-30 18:19:31 +05:30
store-copy.scm vm: Estimate the disk size by default. 2017-06-30 00:16:50 +02:00
svn.scm
syscalls.scm build: Require Guile >= 2.0.13. 2018-02-26 18:19:34 +01:00
texlive-build-system.scm build-system: texlive: Only make a union of directories. 2017-11-18 11:18:42 +01:00
union.scm profiles: Optionally use relative file names for symlink targets. 2018-05-10 14:53:57 +02:00
utils.scm guix: Fix Guile current-processor-count deprecation warnings. 2017-09-05 19:41:31 +02:00
waf-build-system.scm