guix/guix
Ludovic Courtès 26bbbb9520 First stab at the `derivation' primitive.
* guix/store.scm (%store-prefix): New parameter.
  (store-path?, derivation-path?): New procedures.

* guix/derivations.scm (write-derivation): Pass SOURCES through
  `object->string'.
  (compressed-hash, store-path, output-path, derivation): New
  procedures.

* tests/derivations.scm (%store): New global variable.
  ("derivation with no inputs"): New test.
2012-06-03 23:32:06 +02:00
..
derivations.scm First stab at the `derivation' primitive. 2012-06-03 23:32:06 +02:00
store.scm First stab at the `derivation' primitive. 2012-06-03 23:32:06 +02:00
utils.scm Add `bytevector->base16-string'. 2012-06-03 23:27:18 +02:00