summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2012-12-04store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR....Ludovic Courtès
2012-12-04derivations: Fix erroneous call to `add-to-store' for local files as input....Ludovic Courtès
2012-11-27download: Add kernel.org mirrors....Ludovic Courtès
2012-11-27download: Keep only one slash when concatenating URIs....Ludovic Courtès
2012-11-25packages: Add missing export....Ludovic Courtès
2012-11-19guix-package: Add `--list-available'....Ludovic Courtès
2012-11-13guix-download: Use code from (guix build download)....Ludovic Courtès
2012-11-13download: Add support for mirror:// URLs....Ludovic Courtès
2012-11-13download: Follow HTTP redirections....Ludovic Courtès
2012-11-13Remove (guix http) and (guix ftp)....Ludovic Courtès
2012-11-12Add (guix download) and (guix build download)....Ludovic Courtès
2012-11-11Move base32 code to (guix base32)....Ludovic Courtès
2012-11-09http: Add informative output....Ludovic Courtès
2012-11-09http: Check the HTTP response code, and bail if not 200....Ludovic Courtès
2012-11-09derivations: build-expression->derivation: Builder only refers to sources....Ludovic Courtès
2012-11-08store: Document `add-to-store' hack for `fixed?'....Ludovic Courtès
2012-11-05build-system/gnu: Add `static-libgcc-package' & supporting procedure....Ludovic Courtès
2012-11-05utils: Add `default-keyword-arguments' and `substitute-keyword-arguments'....Ludovic Courtès
2012-11-04Add (guix snix) and the `guix-import' command....Ludovic Courtès
2012-11-04packages: `description' → `synopsis', `long-description' → `description'....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-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-01store: Add `store-path-package-name'....Ludovic Courtès
2012-11-01utils: Remove stuff committed by error....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-30guix-build: Add `--root'....Ludovic Courtès
2012-10-29Add (guix build union)....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-26utils: Remove special `substitute*' syntax for lists of files....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-24store: Add `query-path-hash'....Ludovic Courtès
2012-10-24derivations: Compile the #:modules passed to `build-expression->derivation'....Ludovic Courtès
2012-10-21packages: Add support for system-dependent inputs....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-17utils: Add `find-files'....Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it....Ludovic Courtès
2012-10-17utils: Add `mkdir-p'; use it....Ludovic Courtès
2012-10-17build-system/gnu: Pass the system type to the builder....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-10-16utils: Add `with-atomic-file-replacement'....Ludovic Courtès
2012-10-13distro: Add a statically-linked, relocatable Guile 2.0 package....Ludovic Courtès