summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-10-27distro: Change $DISTRO_{PATCH,BOOTSTRAP}_DIRECTORY to search paths.Ludovic Courtès
2012-10-27release.nix: Set succeed-on-failure and build-out-source-tree.Ludovic Courtès
2012-10-27build: Move `distro/patches' to `distro/packages/patches'.Ludovic Courtès
2012-10-27build: Use `pre-inst-env' to compile the source.Ludovic Courtès
2012-10-27guix-build: Gracefully handle `&package-input-error' conditions.Ludovic Courtès
2012-10-27location: Start column numbers at 1.Ludovic Courtès
2012-10-26distro: Add i686-linux port.Ludovic Courtès
2012-10-26distro: gcc: Adjust to support non-x86_64 architectures.Ludovic Courtès
2012-10-26utils: Remove special `substitute*' syntax for lists of files.Ludovic Courtès
2012-10-25doc: Add `HACKING'.Ludovic Courtès
2012-10-25Add a `system' parameter to `nixpkgs-derivation'.Ludovic Courtès
2012-10-25packages: Pass `system' around.Ludovic Courtès
2012-10-25derivations: Make sure `build-expression->derivation' & co. pass `system'.Ludovic Courtès
2012-10-25derivations: Pass the derivation of guile-for-build to `imported-files' & co.Ludovic Courtès
2012-10-25distro: Build the final inputs against the final Bash, not the bootstrap Bash.Ludovic Courtès
2012-10-25distro: ncurses: Don't patch shebangs.Ludovic Courtès
2012-10-25distro: Bootstrap using our own binaries instead of those from Nixpkgs.Ludovic Courtès
2012-10-25distro: Build glibc with `--enable-obsolete-rpc'.Ludovic Courtès
2012-10-25distro: Add missing Linux-Libre headers to the bootstrap glibc.Ludovic Courtès
2012-10-25distro: Add a bootstrap GCC that uses binaries from the tarball.Ludovic Courtès
2012-10-25Add `guix-download'.Ludovic Courtès
2012-10-24store: Add `query-path-hash'.Ludovic Courtès
2012-10-24distro: Add missing commands in the bootstrap binaries.Ludovic Courtès
2012-10-24guix-build: Change `--local-build' to `--no-substitutes'.Ludovic Courtès
2012-10-24distro: Update file name of initial Binutils tarball.Ludovic Courtès
2012-10-24derivations: Compile the #:modules passed to `build-expression->derivation'.Ludovic Courtès
2012-10-24distro: Update bootstrap glibc package.Ludovic Courtès
2012-10-24distro: Add required Linux-Libre headers to the glibc tarball.Ludovic Courtès
2012-10-23distro: gcc: No longer store the absolute path of crt files.Ludovic Courtès
2012-10-23distro: Fix GCC tarball to include the `libexec' directory.Ludovic Courtès
2012-10-23distro: Fix glibc tarball to include *.so.*.Ludovic Courtès
2012-10-22distro: Add a statically-linked GCC for bootstrapping.Ludovic Courtès
2012-10-21distro: Add a package that gets the bootstrap glibc from a tarball.Ludovic Courtès
2012-10-21distro: Add packages that get Coreutils, Binutils & co. from tarballs.Ludovic Courtès
2012-10-21packages: Add support for system-dependent inputs.Ludovic Courtès
2012-10-21distro: Add a bootstrap GCC tarball.Ludovic Courtès
2012-10-21distro: Add a bootstrap glibc tarball.Ludovic Courtès
2012-10-20distro: Add tools to build a tarball of statically-linked Binutils programs.Ludovic Courtès
2012-10-20distro: Add a package to build a tarball of the bootstrap binaries.Ludovic Courtès
2012-10-18guix-build: Add `--system'.Ludovic Courtès
2012-10-18distro: Provide a more descriptive report when a bootstrap binary is missing.Ludovic Courtès
2012-10-18distro: Use the bootstrap Guile for the derivation of sources.Ludovic Courtès
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès
2012-10-18guix-build: Add `--local-build'.Ludovic Courtès
2012-10-18distro: bzip2: Simplify installation phase with `find-files'.Ludovic Courtès
2012-10-18distro: %static-binaries: Use (guix build utils).Ludovic Courtès
2012-10-18distro: Fix bootstrapping regression recently introduced.Ludovic Courtès
2012-10-17distro: Clear references to the store in static binaries.Ludovic Courtès
2012-10-17utils: Add `find-files'.Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it.Ludovic Courtès