From 9884d7ec8e74eb09de38d51af710ac859196dbff Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 5 Jul 2015 19:11:04 +0200 Subject: download: Reference tls instead of renamed gnutls module. * guix/download.scm (gnutls-package): Use new module name tls instead of gnutls. --- guix/download.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/download.scm') diff --git a/guix/download.scm b/guix/download.scm index 9a80af7de6..f0a7a2928e 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès -;;; Copyright © 2013, 2014 Andreas Enge +;;; Copyright © 2013, 2014, 2015 Andreas Enge ;;; ;;; This file is part of GNU Guix. ;;; @@ -204,7 +204,7 @@ (define (gnutls-package) "Return the default GnuTLS package." - (let ((module (resolve-interface '(gnu packages gnutls)))) + (let ((module (resolve-interface '(gnu packages tls)))) (module-ref module 'gnutls))) (define* (url-fetch url hash-algo hash -- cgit v1.2.3