summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-09-06build-system/gnu: Fix `#:path-exclusions' handling....Ludovic Courtès
2012-09-06utils: Make `set-path-environment-variable' verbose....Ludovic Courtès
2012-09-06packages: Accept <origin> as package inputs....Ludovic Courtès
2012-09-05build-system/gnu: Relax location handling in `package-with-explicit-inputs'....Ludovic Courtès
2012-09-05packages: Add `package-full-name'....Ludovic Courtès
2012-09-03Move <location> to (guix utils)....Ludovic Courtès
2012-09-02distro: Bootstrap standard inputs from Nixpkgs....Ludovic Courtès
2012-09-02packages: Add `package-transitive-propagated-inputs'....Ludovic Courtès
2012-09-02packages: Cache the result of `package-derivation'....Ludovic Courtès
2012-09-02packages: Add a printer for <package>....Ludovic Courtès
2012-09-02Optimize `write-derivation' and `derivation-path->output-path'....Ludovic Courtès
2012-09-01Optimize `store-path?'....Ludovic Courtès
2012-09-01build-system/gnu: Really apply patches....Ludovic Courtès
2012-09-01utils: Change `substitute*' to allow iteration over several matches....Ludovic Courtès
2012-09-01Add a `guile-for-build' parameter to `build-expression->derivation'....Ludovic Courtès
2012-09-01Add an `env-vars' keyword parameter to `build-expression->derivation'....Ludovic Courtès
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