aboutsummaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.Ludovic Courtès2012-12-04
* derivations: Fix erroneous call to `add-to-store' for local files as input.Ludovic Courtès2012-12-04
* download: Add kernel.org mirrors.Ludovic Courtès2012-11-27
* download: Keep only one slash when concatenating URIs.Ludovic Courtès2012-11-27
* packages: Add missing export.Ludovic Courtès2012-11-25
* guix-package: Add `--list-available'.Ludovic Courtès2012-11-19
* guix-download: Use code from (guix build download).Ludovic Courtès2012-11-13
* download: Add support for mirror:// URLs.Ludovic Courtès2012-11-13
* download: Follow HTTP redirections.Ludovic Courtès2012-11-13
* Remove (guix http) and (guix ftp).Ludovic Courtès2012-11-13
* Add (guix download) and (guix build download).Ludovic Courtès2012-11-12
* Move base32 code to (guix base32).Ludovic Courtès2012-11-11
* http: Add informative output.Ludovic Courtès2012-11-09
* http: Check the HTTP response code, and bail if not 200.Ludovic Courtès2012-11-09
* derivations: build-expression->derivation: Builder only refers to sources.Ludovic Courtès2012-11-09
* store: Document `add-to-store' hack for `fixed?'.Ludovic Courtès2012-11-08
* build-system/gnu: Add `static-libgcc-package' & supporting procedure.Ludovic Courtès2012-11-05
* utils: Add `default-keyword-arguments' and `substitute-keyword-arguments'.Ludovic Courtès2012-11-05
* Add (guix snix) and the `guix-import' command.Ludovic Courtès2012-11-04
* packages: `description' → `synopsis', `long-description' → `description'.Ludovic Courtès2012-11-04
* utils: Add `package-name->name+version'.Ludovic Courtès2012-11-04
* build: Require GNU libgcrypt.Ludovic Courtès2012-11-03
* ui: Factorize `--version'.Ludovic Courtès2012-11-03
* build: Produce (guix config) instead of using compile-time tricks.Ludovic Courtès2012-11-03
* build: Clearly mark Nixpkgs as optional.Ludovic Courtès2012-11-03
* store: Add `store-path-package-name'.Ludovic Courtès2012-11-01
* utils: Remove stuff committed by error.Ludovic Courtès2012-11-01
* Add (guix ui).Ludovic Courtès2012-11-01
* build-system/gnu: Distinguish between imported modules and used modules.Ludovic Courtès2012-10-31
* guix-build: Add `--root'.Ludovic Courtès2012-10-30
* Add (guix build union).Ludovic Courtès2012-10-29
* guix-build: Gracefully handle `&package-input-error' conditions.Ludovic Courtès2012-10-27
* location: Start column numbers at 1.Ludovic Courtès2012-10-27
* utils: Remove special `substitute*' syntax for lists of files.Ludovic Courtès2012-10-26
* Add a `system' parameter to `nixpkgs-derivation'.Ludovic Courtès2012-10-25
* packages: Pass `system' around.Ludovic Courtès2012-10-25
* derivations: Make sure `build-expression->derivation' & co. pass `system'.Ludovic Courtès2012-10-25
* derivations: Pass the derivation of guile-for-build to `imported-files' & co.Ludovic Courtès2012-10-25
* store: Add `query-path-hash'.Ludovic Courtès2012-10-24
* derivations: Compile the #:modules passed to `build-expression->derivation'.Ludovic Courtès2012-10-24
* packages: Add support for system-dependent inputs.Ludovic Courtès2012-10-21
* distro: Use the bootstrap Guile for the derivation of sources.Ludovic Courtès2012-10-18
* http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès2012-10-18
* utils: Add `find-files'.Ludovic Courtès2012-10-17
* utils: Add `copy-recursively'; use it.Ludovic Courtès2012-10-17
* utils: Add `mkdir-p'; use it.Ludovic Courtès2012-10-17
* build-system/gnu: Pass the system type to the builder.Ludovic Courtès2012-10-17
* utils: Add `fold-port-matches' and `remove-store-references'.Ludovic Courtès2012-10-16
* utils: Add `with-atomic-file-replacement'.Ludovic Courtès2012-10-16
* distro: Add a statically-linked, relocatable Guile 2.0 package.Ludovic Courtès2012-10-13