summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-01-07snix: Use (guix licenses) variables.Ludovic Courtès
2013-01-07snix: Gracefully handle `null' in Nix build inputs.Ludovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2013-01-05derivations: Add `derivation-path->output-paths'.Ludovic Courtès
2013-01-05ui: Factorize bug-report information in `--help'.Ludovic Courtès
2012-12-17download: Remove unreachable SourceForge mirror.Ludovic Courtès
2012-12-17download: Correctly detect "No route to host" conditions.Ludovic Courtès
2012-12-14download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès
2012-12-13build: Fix default value of `%state-directory'.Ludovic Courtès
2012-12-13Merge branch 'nix-integration'Ludovic Courtès
2012-12-12licenses: Add 'bsd-style', 'expat', 'gpl1', 'gpl1+', 'lgpl2.0', and 'lgpl2.0+'.Nikita Karetnikov
2012-12-10Have `%nixpkgs-directory' default to #f when $NIXPKGS is the empty string.Ludovic Courtès
2012-12-10derivations: Distinguish direct store paths from files within a store path.Ludovic Courtès
2012-12-09Merge branch 'master' into nix-integrationLudovic Courtès
2012-12-09store: Add GC-related operations.Ludovic Courtès
2012-12-09store: Add `add-temp-root'.Ludovic Courtès
2012-12-08Add (guix licenses).Nikita Karetnikov
2012-12-07download: Fix the primary Savannah URL.Ludovic Courtès
2012-12-06build: Capture configure-time settings in (guix config).Ludovic Courtès
2012-12-05Add (guix gnu-maintenance).Nikita Karetnikov
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