summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-10-13ftp-client: Try all the addresses returned by `getaddrinfo'.Ludovic Courtès
2012-10-08packages: Fix and optimize memoization of `package-derivation'.Ludovic Courtès
2012-10-08packages: Micro-optimize `package-derivation'.Ludovic Courtès
2012-10-07derivations: Set input port to UTF-8 in `read-derivation'.Ludovic Courtès
2012-10-07build-system/{gnu,trivial-build}: Fix handling of #:guile argument.Ludovic Courtès
2012-10-06build-system/{gnu,trivial}: Add a `#:guile' keyword parameter.Ludovic Courtès
2012-10-05Support build-cores = 0; change `guix-build' to default to 0.Ludovic Courtès
2012-09-26distro: Rename (distro ...) to (distro packages ...).Ludovic Courtès
2012-09-12Add (guix ftp) and companion modules.Ludovic Courtès
2012-09-10Add (guix build-system trivial).Ludovic Courtès
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