summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-07-06gnu-build-system: Dump the values of environment variables.Ludovic Courtès
2012-07-05packages: Allow inputs that are local files.Ludovic Courtès
2012-07-05build-system/gnu: Add a `patch' phase.Ludovic Courtès
2012-07-05build-system/gnu: Make the builder's module list a parameter.Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co.Ludovic Courtès
2012-07-05packages: Add a `self-native-input?' field.Ludovic Courtès
2012-07-03Rename <package-source> to <origin>; use the `letrec*' behavior in packages.Ludovic Courtès
2012-07-03define-record-type*: Add `letrec*' behavior.Ludovic Courtès
2012-07-02Add a `base32' macro, for convenience.Ludovic Courtès
2012-07-02packages: Allow the `arguments' field to be a procedure.Ludovic Courtès
2012-07-02gnu-build-system: Improve the `configure' and `check' phases.Ludovic Courtès
2012-07-02gnu-build-system: Print the `configure' flags.Ludovic Courtès
2012-07-02Make `define-record-type*' error messages more informative.Ludovic Courtès
2012-07-02derivation: Coalesce multiple occurrences of the same input.Ludovic Courtès
2012-07-02gnu-build-system: Fix "libdir" and "includedir" for multiple-output drvs.Ludovic Courtès
2012-07-02Upgrade Nix worker protocol.Ludovic Courtès
2012-07-02derivation: Move sorting code to `write-derivation'.Ludovic Courtès
2012-07-02Fix `derivation-hash' for outputs not sorted alphabetically.Ludovic Courtès
2012-07-02Add `propagated-inputs' and `properties' to <package>.Ludovic Courtès
2012-07-01Add `derivation-prerequisites' and `derivation-prerequisites-to-build'.Ludovic Courtès
2012-07-01Add the `valid-path?' RPC.Ludovic Courtès
2012-07-01Add missing `set-build-options' parameters.Ludovic Courtès
2012-06-29Add a libgcrypt-based implementation of `sha256'.Ludovic Courtès
2012-06-29distro: Add libsigsegv and GNU Awk.Ludovic Courtès
2012-06-29derivation: Remove duplicate inputs.Ludovic Courtès
2012-06-28build-system/gnu: Add GNU Awk to the standard inputs.Ludovic Courtès
2012-06-28packages: Add a `home-page' field.Ludovic Courtès
2012-06-28Track the source location of packages.Ludovic Courtès
2012-06-28Add a sha256 fallback that uses Coreutils instead of libchop.Ludovic Courtès
2012-06-28Introduce `compile-time-value' and use it.Ludovic Courtès
2012-06-28Add a declarative packaging layer.Ludovic Courtès
2012-06-28build-system/gnu: Have `configure-flags' and `make-flags' evaluated.Ludovic Courtès
2012-06-27Abstract build systems.Ludovic Courtès
2012-06-27Add `define-record-type*'.Ludovic Courtès
2012-06-17build-expression->derivation: Move module forms at the top-level.Ludovic Courtès
2012-06-16gnu-build-system: Structure as a customizable sequence of phases.Ludovic Courtès
2012-06-16gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.Ludovic Courtès
2012-06-16build-expression->derivation: Have the build fail when EXP returns #f.Ludovic Courtès
2012-06-16Remove leftover debugging expressions.Ludovic Courtès
2012-06-16store: Wait for the server to be done sending output.Ludovic Courtès
2012-06-13Change `build-expression->derivation' to support sub-derivation inputs.Ludovic Courtès
2012-06-13Add supporting tools for the GNU Build System.Ludovic Courtès
2012-06-13Fix the order of the derivation's sources in `derivation-hash'.Ludovic Courtès
2012-06-12Fix `imported-files' for files with a common prefix.Ludovic Courtès
2012-06-12Augment `build-expression->derivation' with #:modules; add `http-fetch'.Ludovic Courtès
2012-06-11Add `imported-files'.Ludovic Courtès
2012-06-11Add a `%current-system' fluid.Ludovic Courtès
2012-06-10Add `add-to-store' with recursive directory storage.Ludovic Courtès
2012-06-09Add multiple-output support to `build-expression->derivation'.Ludovic Courtès
2012-06-09Sort environment variables alphabetically in `derivation'.Ludovic Courtès