summaryrefslogtreecommitdiff
path: root/guix/utils.scm
AgeCommit message (Expand)Author
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