| Commit message (Expand) | Author | Age |
* | derivations: Set input port to UTF-8 in `read-derivation'. | Ludovic Courtès | 2012-10-07 |
* | Optimize `write-derivation' and `derivation-path->output-path'. | Ludovic Courtès | 2012-09-02 |
* | Add a `guile-for-build' parameter to `build-expression->derivation'. | Ludovic Courtès | 2012-09-01 |
* | Add an `env-vars' keyword parameter to `build-expression->derivation'. | Ludovic Courtès | 2012-09-01 |
* | Unset `LD_LIBRARY_PATH' in `build-expression->derivation'. | Ludovic Courtès | 2012-07-07 |
* | derivation: Coalesce multiple occurrences of the same input. | Ludovic Courtès | 2012-07-02 |
* | derivation: Move sorting code to `write-derivation'. | Ludovic Courtès | 2012-07-02 |
* | Fix `derivation-hash' for outputs not sorted alphabetically. | Ludovic Courtès | 2012-07-02 |
* | Add `derivation-prerequisites' and `derivation-prerequisites-to-build'. | Ludovic Courtès | 2012-07-01 |
* | derivation: Remove duplicate inputs. | Ludovic Courtès | 2012-06-29 |
* | build-expression->derivation: Move module forms at the top-level. | Ludovic Courtès | 2012-06-17 |
* | build-expression->derivation: Have the build fail when EXP returns #f. | Ludovic Courtès | 2012-06-16 |
* | Change `build-expression->derivation' to support sub-derivation inputs. | Ludovic Courtès | 2012-06-13 |
* | Add supporting tools for the GNU Build System. | Ludovic Courtès | 2012-06-13 |
* | Fix the order of the derivation's sources in `derivation-hash'. | Ludovic Courtès | 2012-06-13 |
* | Fix `imported-files' for files with a common prefix. | Ludovic Courtès | 2012-06-12 |
* | Augment `build-expression->derivation' with #:modules; add `http-fetch'. | Ludovic Courtès | 2012-06-12 |
* | Add `imported-files'. | Ludovic Courtès | 2012-06-11 |
* | Add multiple-output support to `build-expression->derivation'. | Ludovic Courtès | 2012-06-09 |
* | Sort environment variables alphabetically in `derivation'. | Ludovic Courtès | 2012-06-09 |
* | Add support for fixed-output derivations in `build-expression->derivation'. | Ludovic Courtès | 2012-06-09 |
* | Add support for fixed-output derivations. | Ludovic Courtès | 2012-06-09 |
* | Add `build-expression->derivation'. | Ludovic Courtès | 2012-06-08 |
* | Allow derivations with input derivations. | Ludovic Courtès | 2012-06-07 |
* | Fix the order of environment variables in `derivation'. | Ludovic Courtès | 2012-06-07 |
* | Test the `build-derivations' operation. | Ludovic Courtès | 2012-06-05 |
* | First stab at the `derivation' primitive. | Ludovic Courtès | 2012-06-03 |
* | Move `sha256' to (guix utils). | Ludovic Courtès | 2012-06-03 |
* | Use libchop for cryptographic hashes and related. | Ludovic Courtès | 2012-06-01 |
* | Add unit test for derivation parsing and output. | Ludovic Courtès | 2012-04-19 |
* | Split (guix) in (guix store) and (guix derivations). | Ludovic Courtès | 2012-04-18 |