guix/tests
Ludovic Courtès 35f3c5f5ad Track the source location of packages.
* guix/packages.scm (<location>): New record type.
  (location, source-properties->location): New procedures.
  (<package>)[location]: New field.

* tests/packages.scm ("GNU Hello"): Test `package-location'.
2012-06-28 23:15:24 +02:00
..
builders.scm Abstract build systems. 2012-06-27 23:58:07 +02:00
derivations.scm build-expression->derivation: Have the build fail when EXP returns #f. 2012-06-16 16:46:29 +02:00
packages.scm Track the source location of packages. 2012-06-28 23:15:24 +02:00
test.drv Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
utils.scm Add `define-record-type*'. 2012-06-27 23:40:12 +02:00