guix-devel/guix/build
Ludovic Courtès 483f11589e download: Add HTTPS support.
* guix/build/download.scm: Autoload (gnutls).
  (tls-wrap): New procedure.
  (open-connection-for-uri): Add support for `https'.  Wrap the socket
  with `tls-wrap' in that case.
  (url-fetch): Add `https'.
* guix/download.scm (gnutls-derivation): New procedure.
  (url-fetch)[need-gnutls?]: New variable.
  Call `gnutls-derivation' when NEED-GNUTLS? is true, and add its output
  to the `GUILE_LOAD_PATH' env. var. in that case.
2013-01-20 22:54:36 +01:00
..
download.scm download: Add HTTPS support. 2013-01-20 22:54:36 +01:00
gnu-build-system.scm build-system/gnu: Improve support for "lib" outputs; support "doc" outputs. 2013-01-10 00:08:40 +01:00
union.scm Merge branch 'core-updates' 2013-01-11 16:01:49 +01:00
utils.scm Update license headers of builder-side code. 2013-01-05 16:08:07 +01:00