summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.Ludovic Courtès2012-07-07
* build-system/gnu: Add dependency on GNU Findutils.Ludovic Courtès2012-07-07
* Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès2012-07-07
* build-system/gnu: Set $PKG_CONFIG_PATH.Ludovic Courtès2012-07-07
* build-system/gnu: Add `tests?' parameter.Ludovic Courtès2012-07-07
* utils: Have `substitute' restore the file's permission bits.Ludovic Courtès2012-07-07
* utils: Change `substitute' and `substitute*' to work with several regexps.Ludovic Courtès2012-07-07
* build-system/gnu: Support parallel builds and tests.Ludovic Courtès2012-07-07
* utils: Introduce `substitute*', for easier sed-like syntax.Ludovic Courtès2012-07-07
* utils: Make sure `substitute' writes all its output.Ludovic Courtès2012-07-06
* gnu-build-system: Dump the values of environment variables.Ludovic Courtès2012-07-06
* packages: Allow inputs that are local files.Ludovic Courtès2012-07-05
* build-system/gnu: Add a `patch' phase.Ludovic Courtès2012-07-05
* build-system/gnu: Make the builder's module list a parameter.Ludovic Courtès2012-07-05
* Add builder-side utilities for phases, stream editing, & co.Ludovic Courtès2012-07-05
* packages: Add a `self-native-input?' field.Ludovic Courtès2012-07-05
* Rename <package-source> to <origin>; use the `letrec*' behavior in packages.Ludovic Courtès2012-07-03
* define-record-type*: Add `letrec*' behavior.Ludovic Courtès2012-07-03
* Add a `base32' macro, for convenience.Ludovic Courtès2012-07-02
* packages: Allow the `arguments' field to be a procedure.Ludovic Courtès2012-07-02
* gnu-build-system: Improve the `configure' and `check' phases.Ludovic Courtès2012-07-02
* gnu-build-system: Print the `configure' flags.Ludovic Courtès2012-07-02
* Make `define-record-type*' error messages more informative.Ludovic Courtès2012-07-02
* derivation: Coalesce multiple occurrences of the same input.Ludovic Courtès2012-07-02
* gnu-build-system: Fix "libdir" and "includedir" for multiple-output drvs.Ludovic Courtès2012-07-02
* Upgrade Nix worker protocol.Ludovic Courtès2012-07-02
* derivation: Move sorting code to `write-derivation'.Ludovic Courtès2012-07-02
* Fix `derivation-hash' for outputs not sorted alphabetically.Ludovic Courtès2012-07-02
* Add `propagated-inputs' and `properties' to <package>.Ludovic Courtès2012-07-02
* Add `derivation-prerequisites' and `derivation-prerequisites-to-build'.Ludovic Courtès2012-07-01
* Add the `valid-path?' RPC.Ludovic Courtès2012-07-01
* Add missing `set-build-options' parameters.Ludovic Courtès2012-07-01
* Add a libgcrypt-based implementation of `sha256'.Ludovic Courtès2012-06-29
* distro: Add libsigsegv and GNU Awk.Ludovic Courtès2012-06-29
* derivation: Remove duplicate inputs.Ludovic Courtès2012-06-29
* build-system/gnu: Add GNU Awk to the standard inputs.Ludovic Courtès2012-06-28
* packages: Add a `home-page' field.Ludovic Courtès2012-06-28
* Track the source location of packages.Ludovic Courtès2012-06-28
* Add a sha256 fallback that uses Coreutils instead of libchop.Ludovic Courtès2012-06-28
* Introduce `compile-time-value' and use it.Ludovic Courtès2012-06-28
* Add a declarative packaging layer.Ludovic Courtès2012-06-28
* build-system/gnu: Have `configure-flags' and `make-flags' evaluated.Ludovic Courtès2012-06-28
* Abstract build systems.Ludovic Courtès2012-06-27
* Add `define-record-type*'.Ludovic Courtès2012-06-27
* build-expression->derivation: Move module forms at the top-level.Ludovic Courtès2012-06-17
* gnu-build-system: Structure as a customizable sequence of phases.Ludovic Courtès2012-06-16
* gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.Ludovic Courtès2012-06-16
* build-expression->derivation: Have the build fail when EXP returns #f.Ludovic Courtès2012-06-16
* Remove leftover debugging expressions.Ludovic Courtès2012-06-16
* store: Wait for the server to be done sending output.Ludovic Courtès2012-06-16