index
:
~cnx/guix
this commit
core-updates
e9patch
emacs-team
gnome-team
gnuzilla-updates
guile-daemon
hurd-team
ibus-table
install-doc-overhaul
kernel-updates
keyring
klee
master
mesa-updates
nix
node-18-updates
node-reproducibility
old-guix-wip-file-offset-bits-64-sledgehammer
python-team
qt-updates
r-team
r-updates
rust-team
smartdns
snapper
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
wip-aarch64-bootstrap
wip-arm-bootstrap
wip-buildroot
wip-check
wip-container
wip-cpu-tuning
wip-deploy
wip-deploy2
wip-desktop
wip-digests
wip-file-offset-bits-64
wip-file-offset-bits-64-sledgehammer
wip-filesearch
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-git-https
wip-gnome
wip-gnome3.34
wip-gnome3.36
wip-guile-ssh-0.16
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-image
wip-import-version
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-java-aarch64
wip-kde-education
wip-kde-plasma
wip-loongson2f
wip-mediagoblin
wip-mnt-reform
wip-node-14
wip-node-importer
wip-ocaml
wip-perl6
wip-pinebook-pro
wip-postfix
wip-potluck
wip-ppc
wip-ppc64le
wip-python-mne
wip-r
wip-rust
wip-system-bootstrap
wip-texlive
wip-texlive-importer
wip-texlive-mono
wip-wget
Personal Guix development branches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
derivations.scm
Age
Commit message (
Expand
)
Author
2014-04-13
derivations: Fix 'fixed-output-derivation?'.
Ludovic Courtès
2014-03-22
tests: Make sure substitutes are usable when we need them.
Ludovic Courtès
2014-03-09
store: Add #:timeout build option.
Ludovic Courtès
2014-02-21
derivations: Add support for recursive fixed-output derivations.
Ludovic Courtès
2013-12-04
derivations: Use more keyword parameters for 'build-expression->derivation'.
Ludovic Courtès
2013-11-13
derivations: Allow 'map-derivations' to replace sources.
Ludovic Courtès
2013-11-13
derivations: Add 'map-derivation'.
Ludovic Courtès
2013-11-04
tests: Fix max-silent-time test.
Ludovic Courtès
2013-11-04
tests: Add the builder as an input to raw derivations.
Ludovic Courtès
2013-10-30
derivations: 'derivation-path->output-path' honors the 'output' parameter.
Ludovic Courtès
2013-09-18
derivations: 'derivation' and related procedures return a single value.
Ludovic Courtès
2013-09-17
derivations: Keep the .drv file name in <derivation> objects.
Ludovic Courtès
2013-08-28
derivations: Rename #:dependency-graphs to #:references-graphs.
Ludovic Courtès
2013-08-26
derivations: Add #:dependency-graphs to `build-expression->derivation'.
Ludovic Courtès
2013-08-26
derivations: Add #:dependency-graphs `derivation' parameter.
Ludovic Courtès
2013-08-26
derivations: Move 3 positional parameters into keyword parameters.
Ludovic Courtès
2013-07-01
Move `sha256' to (guix hash).
Ludovic Courtès
2013-05-20
Add `--max-silent-time' to `guix build' and `guix package'.
Ludovic Courtès
2013-04-17
scripts: Report what will be substituted.
Ludovic Courtès
2013-02-04
tests: Fix thinko in `derivation' test.
Ludovic Courtès
2013-02-01
Augment `.dir-locals.el'.
Ludovic Courtès
2013-01-30
store: Remove the `fixed?' parameter from `add-to-store'.
Ludovic Courtès
2013-01-18
distro: Rename (distro) to (gnu packages).
Ludovic Courtès
2013-01-18
distro: Change the module name space to (gnu ...).
Ludovic Courtès
2013-01-11
Merge branch 'core-updates'
Ludovic Courtès
2013-01-09
derivations: Fix `derivation-prerequisites-to-build' when outputs are there.
Ludovic Courtès
2013-01-06
Merge branch 'master' into core-updates
Ludovic Courtès
2013-01-06
Update license headers.
Ludovic Courtès
2013-01-05
derivations: Add `derivation-path->output-paths'.
Ludovic Courtès
2013-01-02
tests: Adjust to not rely on /bin/sh.
Ludovic Courtès
2012-12-13
tests: Skip network-dependent tests when the network is unreachable.
Ludovic Courtès
2012-12-06
build: Update skip count in `tests/derivations.scm'.
Ludovic Courtès
2012-12-04
derivations: Fix erroneous call to `add-to-store' for local files as input.
Ludovic Courtès
2012-11-13
tests: Remove extraneous test.
Ludovic Courtès
2012-11-11
Move base32 code to (guix base32).
Ludovic Courtès
2012-11-09
derivations: build-expression->derivation: Builder only refers to sources.
Ludovic Courtès
2012-11-08
derivations: Add tests relative to fixed-output derivations.
Ludovic Courtès
2012-11-04
distro: Move bootstrap packages to (distro packages bootstrap).
Ludovic Courtès
2012-11-02
tests: Run without substitutes.
Ludovic Courtès
2012-10-28
tests: Use our own bootstrap tools.
Ludovic Courtès
2012-10-25
derivations: Pass the derivation of guile-for-build to `imported-files' & co.
Ludovic Courtès
2012-10-24
store: Add `query-path-hash'.
Ludovic Courtès
2012-10-24
derivations: Compile the #:modules passed to `build-expression->derivation'.
Ludovic Courtès
2012-07-02
derivation: Coalesce multiple occurrences of the same input.
Ludovic Courtès
2012-07-02
Fix `derivation-hash' for outputs not sorted alphabetically.
Ludovic Courtès
2012-07-01
Add `derivation-prerequisites' and `derivation-prerequisites-to-build'.
Ludovic Courtès
2012-07-01
Add the `valid-path?' RPC.
Ludovic Courtès
2012-06-16
build-expression->derivation: Have the build fail when EXP returns #f.
Ludovic Courtès
2012-06-13
Change `build-expression->derivation' to support sub-derivation inputs.
Ludovic Courtès
2012-06-12
Fix `imported-files' for files with a common prefix.
Ludovic Courtès
[next]