summary refs log tree commit diff
AgeCommit message (Expand)Author
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-02distro: recutils: Allow builds with glibc 2.16+.Ludovic Courtès
2012-09-02distro: glibc: Propagate Linux headers.Ludovic Courtès
2012-09-02distro: diffutils: Allow builds with glibc 2.16+.Ludovic Courtès
2012-09-02distro: tar: Allow builds with glibc 2.16+.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-01distro: m4: Add patch to allow builds with glibc 2.16+.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-09-01distro: gcc: Allow `libstdc++' to be found.Ludovic Courtès
2012-09-01distro: gcc: Pass #:strip-binaries?.Ludovic Courtès
2012-08-31build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters.Ludovic Courtès
2012-08-31guix-build: Fix the "unrecognized option" error message.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-30distro: gcc: Do not store configure flags in the resulting binaries.Ludovic Courtès
2012-08-30define-record-type*: Add the `inherit' syntactic constructor keyword.Ludovic Courtès
2012-08-29distro: Add missing Binutils patch.Ludovic Courtès
2012-08-28distro: Add the GNU C Library.Ludovic Courtès
2012-08-28distro: Add Linux headers.Ludovic Courtès
2012-08-27configure.ac: Make 'guild' configure check fatal, otherwise one gets 'compile...Cyprien Nicolas (fulax)
2012-08-25distro: Add GNU Binutils.Ludovic Courtès
2012-08-25distro: Add GCC.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-23distro: coreutils: Remove erroneous hack.Ludovic Courtès
2012-08-22distro: Add GNU Coreutils.Ludovic Courtès
2012-08-22distro: Add XZ.Ludovic Courtès
2012-08-22distro: Add GNU gzip.Ludovic Courtès
2012-08-22distro: Add GNU Patch.Ludovic Courtès
2012-08-22distro: Add GNU Diffutils.Ludovic Courtès
2012-08-22build: Bump version number.Ludovic Courtès
2012-08-22Add `close-connection'.Ludovic Courtès
2012-08-22distro: Move patches to their own directory.Ludovic Courtès
2012-08-22distro: Add GNU Findutils.Ludovic Courtès
2012-08-22distro: Add GNU grep.Ludovic Courtès
2012-08-22distro: Add GNU tar.Ludovic Courtès
2012-08-22distro: Add GNU sed.Ludovic Courtès
2012-08-21distro: Add GNU Bash.Ludovic Courtès
2012-08-21distro: Add GNU Make.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