summaryrefslogtreecommitdiff
path: root/guix/utils.scm
AgeCommit message (Expand)Author
2013-07-01Move `sha256' to (guix hash).Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-15substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès
2013-05-12Move record utilities to (guix records).Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-29substitute-binary: Support decompression from non-file ports.Ludovic Courtès
2013-04-28utils: Add `string-tokenize*'.Ludovic Courtès
2013-04-25Add `guix refresh' and related auto-update tools.Ludovic Courtès
2013-04-25utils: Fix column number returned by `source-properties->location'.Ludovic Courtès
2013-04-21Factorize `download-and-store'.Ludovic Courtès
2013-04-14utils: Add `fold2'.Ludovic Courtès
2013-02-12Add version-compare and version>? to utils.scm.Mark H Weaver
2013-01-23define-record-type*: Add the `thunked' field definition keyword.Ludovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2012-12-13Merge branch 'nix-integration'Ludovic Courtès
2012-12-10Have `%nixpkgs-directory' default to #f when $NIXPKGS is the empty string.Ludovic Courtès
2012-12-06build: Capture configure-time settings in (guix config).Ludovic Courtès
2012-11-19guix-package: Add `--list-available'.Ludovic Courtès
2012-11-11Move base32 code to (guix base32).Ludovic Courtès
2012-11-05utils: Add `default-keyword-arguments' and `substitute-keyword-arguments'.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-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-01utils: Remove stuff committed by error.Ludovic Courtès
2012-10-27location: Start column numbers at 1.Ludovic Courtès
2012-10-25Add a `system' parameter to `nixpkgs-derivation'.Ludovic Courtès
2012-10-13distro: Add a statically-linked, relocatable Guile 2.0 package.Ludovic Courtès
2012-09-03Move <location> to (guix utils).Ludovic Courtès
2012-08-30define-record-type*: Add the `inherit' syntactic constructor keyword.Ludovic Courtès
2012-08-17build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.Ludovic Courtès
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès
2012-07-11Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès
2012-07-03define-record-type*: Add `letrec*' behavior.Ludovic Courtès
2012-07-02Make `define-record-type*' error messages more informative.Ludovic Courtès
2012-06-29Add a libgcrypt-based implementation of `sha256'.Ludovic Courtès
2012-06-28Add a sha256 fallback that uses Coreutils instead of libchop.Ludovic Courtès
2012-06-28Introduce `compile-time-value' and use it.Ludovic Courtès
2012-06-27Add `define-record-type*'.Ludovic Courtès
2012-06-11Add a `%current-system' fluid.Ludovic Courtès
2012-06-09Add `base16-string->bytevector'.Ludovic Courtès
2012-06-09Add `base32-string->bytevector' and `nix-base32-string->bytevector'.Ludovic Courtès
2012-06-07Allow derivations with input derivations.Ludovic Courtès
2012-06-03Add `bytevector->base16-string'.Ludovic Courtès
2012-06-03Fix `bytevector->nix-base32-string'.Ludovic Courtès
2012-06-03Move `sha256' to (guix utils).Ludovic Courtès
2012-06-01Add (guix utils), with `bytevector->base32-string'.Ludovic Courtès