guix-play/guix/build
Andy Patterson 4209c31b8f
build-system/asdf: Retain references to source files for binary outputs.
In support of long-running programs in which the users would like to be able
to jump to the source of a definition of any of the dependencies (itself
included) of the program.

* guix/build/asdf-build-system.scm (library-outputs): Move from here ...
* guix/build/lisp-utils.scm (library-outputs): ... to here.
(build-program): Accept dependency-prefixes argument, to allow the caller to
specify references which should be retained.  Default to the library's output.
(build-image): Likewise.
(generate-executable): Likewise.
* gnu/packages/lisp.scm (sbcl-stumpwm+slynk, sbcl-slynk, sbcl-stumpwm): Adjust
accordingly to the new interface.
(sbcl-stumpwm+slynk)[native-inputs]: Move to ...
[inputs]: ... here.
2017-05-16 15:18:16 +02:00
..
ant-build-system.scm ant-build-system: Add default "check" target. 2017-05-10 17:59:22 +02:00
asdf-build-system.scm build-system/asdf: Retain references to source files for binary outputs. 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 guxi: cmake-build-system: Enable output for failing test-cases. 2016-11-15 22:40:25 +01:00
cvs.scm
download.scm download: Continue handshake upon TLS warning alerts. 2017-05-02 23:41:13 +02:00
dub-build-system.scm build: dub-build-system: Don't use "dub run" at all. 2017-02-14 10:18:35 +01:00
emacs-build-system.scm
emacs-utils.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm utils: Add helper method to make files writable. 2017-01-26 22:19:16 +01:00
gnu-dist.scm
graft.scm grafts: Remove unnecessary 'umask' call. 2016-10-17 23:59:03 +02: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: Retain references to source files for binary outputs. 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
ocaml-build-system.scm gnu: Add ocaml-build-system. 2017-01-04 16:03:39 +01:00
perl-build-system.scm build-system/perl: Don't create non-deterministic 'perllocal.pod' files. 2016-11-28 23:11:39 +01:00
profiles.scm profiles: Slightly improve the instructions in 'etc/profile'. 2017-04-07 23:30:38 +02:00
pull.scm pull: Build package modules without optimizations on Guile 2.2. 2017-05-09 18:08:24 +02:00
python-build-system.scm build-system/python: Make sure 'check' returns failures. 2016-12-13 21:04:31 +01:00
qt-utils.scm build: Add wrap-qt-program. 2016-08-30 22:38:28 +02:00
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 guix: ruby-build-system: Add replace-git-ls-files. 2016-08-30 10:31:48 +10:00
store-copy.scm
svn.scm
syscalls.scm syscalls: Add load-linux-module. 2017-04-11 11:13:26 +02:00
union.scm union: Add create-all-directories? parameter to 'union-build'. 2017-03-26 12:53:48 +02:00
utils.scm utils: Add helper method to make files writable. 2017-01-26 22:19:16 +01:00
waf-build-system.scm