guix/guix
Ludovic Courtès 82058eff59 store: Add `query-path-hash'.
* guix/store.scm (write-arg, read-arg): Add `base16' literal and
  corresponding rule.
  (query-path-hash): New operation.

* tests/derivations.scm ("fixed-output derivation"): Check whether
  `query-path-hash' returns a bytevector.
2012-10-24 23:52:15 +02:00
..
build http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
build-system build-system/gnu: Pass the system type to the builder. 2012-10-17 23:25:25 +02:00
build-system.scm
derivations.scm derivations: Compile the #:modules passed to `build-expression->derivation'. 2012-10-24 00:09:25 +02:00
ftp-client.scm http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
ftp.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
http.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
packages.scm packages: Add support for system-dependent inputs. 2012-10-21 17:52:16 +02:00
store.scm store: Add `query-path-hash'. 2012-10-24 23:52:15 +02:00
utils.scm