summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-04Add (guix snix) and the `guix-import' command.Ludovic Courtès
2012-11-04guix-package: Remove extraneous procedures.Ludovic Courtès
2012-11-04packages: `description' → `synopsis', `long-description' → `description'.Ludovic Courtès
2012-11-04release.nix: Pass `--with-libgcrypt-prefix' in the `tarball' job.Ludovic Courtès
2012-11-04utils: Add `package-name->name+version'.Ludovic Courtès
2012-11-03build: Require GNU libgcrypt.Ludovic Courtès
2012-11-03guix-package: Use more (guix ui) features.Ludovic Courtès
2012-11-03ui: Factorize `--version'.Ludovic Courtès
2012-11-03build: Produce (guix config) instead of using compile-time tricks.Ludovic Courtès
2012-11-03build: Clearly mark Nixpkgs as optional.Ludovic Courtès
2012-11-02tests: Run without substitutes.Ludovic Courtès
2012-11-01Add a preliminary `guix-package' command-line tool.Ludovic Courtès
2012-11-01store: Add `store-path-package-name'.Ludovic Courtès
2012-11-01utils: Remove stuff committed by error.Ludovic Courtès
2012-11-01build: Add unit test for the `guix-build' command.Ludovic Courtès
2012-11-01Add (guix ui).Ludovic Courtès
2012-10-31build-system/gnu: Distinguish between imported modules and used modules.Ludovic Courtès
2012-10-31release.nix: Use `--no-substitutes' in `distro.hello'.Ludovic Courtès
2012-10-30guix-build: Add `--root'.Ludovic Courtès
2012-10-29Add (guix build union).Ludovic Courtès
2012-10-28release.nix: Change `distro.hello' to produce something.Ludovic Courtès
2012-10-28distro: Build Bash sequentially.Ludovic Courtès
2012-10-28tests: Use our own bootstrap tools.Ludovic Courtès
2012-10-27release.nix: Add a `distro.hello' job.Ludovic Courtès
2012-10-27build: Preserve the executable bit of bootstrap binaries.Ludovic Courtès
2012-10-27build: Make sure scripts know where to find their modules.Ludovic Courtès
2012-10-27release.nix: Pre-download the Guile bootstrap tarball.Ludovic Courtès
2012-10-27build: Fix out-of-source-tree builds.Ludovic Courtès
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