summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-09-01build-system/gnu: Add `path-exclusions' parameter....Ludovic Courtès
2012-08-31build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters....Ludovic Courtès
2012-08-31build-system/gnu: Add a `strip' phase....Ludovic Courtès
2012-08-30build-system/gnu: Always invoke `configure' with a relative path....Ludovic Courtès
2012-08-30define-record-type*: Add the `inherit' syntactic constructor keyword....Ludovic Courtès
2012-08-25utils: Change `substitute*' to accept a list of files to patch....Ludovic Courtès
2012-08-23build-system/gnu: Add `out-of-source?' keyword parameter....Ludovic Courtès
2012-08-23packages: Raise an error condition upon invalid input....Ludovic Courtès
2012-08-22Add `close-connection'....Ludovic Courtès
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