summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-08-19build-system/gnu: Augment $PATH with $out for `patch-shebangs'.Ludovic Courtès
2012-08-19utils: Add a `path' argument to `patch-shebang'.Ludovic Courtès
2012-08-19build-system/gnu: Add a `patch-shebangs' phase.Ludovic Courtès
2012-08-19utils: Add `patch-shebang'.Ludovic Courtès
2012-08-17build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.Ludovic Courtès
2012-08-16packages: Add all non-derivation paths to the store.Ludovic Courtès
2012-08-16packages: Allow store paths as inputs.Ludovic Courtès
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès
2012-07-11Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès
2012-07-07Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.Ludovic Courtès
2012-07-07build-system/gnu: Add dependency on GNU Findutils.Ludovic Courtès
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès
2012-07-07build-system/gnu: Set $PKG_CONFIG_PATH.Ludovic Courtès
2012-07-07build-system/gnu: Add `tests?' parameter.Ludovic Courtès
2012-07-07utils: Have `substitute' restore the file's permission bits.Ludovic Courtès
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps.Ludovic Courtès
2012-07-07build-system/gnu: Support parallel builds and tests.Ludovic Courtès
2012-07-07utils: Introduce `substitute*', for easier sed-like syntax.Ludovic Courtès
2012-07-06utils: Make sure `substitute' writes all its output.Ludovic Courtès
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