guix-devel/tests
Ludovic Courtès 592ef6c88f packages: Add support for system-dependent inputs.
* guix/packages.scm (package-derivation)[intern]: New procedure.  Pass
  #t as the `recursive?' argument, instead of #f.
  [expand-input]: New procedure, with code formerly in the body.
  Support inputs where the input is a procedure returning a file name or
  an <origin>.
  Use `expand-input' in the body.

* tests/packages.scm ("trivial with system-dependent input"): New test.
2012-10-21 17:52:16 +02:00
..
build-utils.scm utils: Add `fold-port-matches' and `remove-store-references'. 2012-10-16 23:01:01 +02:00
builders.scm tests: Use bootstrap and Nixpkgs inputs to be less costly. 2012-10-07 22:24:59 +02:00
derivations.scm derivation: Coalesce multiple occurrences of the same input. 2012-07-02 01:35:39 +02:00
packages.scm packages: Add support for system-dependent inputs. 2012-10-21 17:52:16 +02:00
test.drv Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
utils.scm define-record-type*: Add the `inherit' syntactic constructor keyword. 2012-08-30 00:18:50 +02:00