guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: download: Reference tls instead of renamed gnutls module.


From: Andreas Enge
Subject: 01/01: download: Reference tls instead of renamed gnutls module.
Date: Sun, 05 Jul 2015 17:13:27 +0000

andreas pushed a commit to branch master
in repository guix.

commit 9884d7ec8e74eb09de38d51af710ac859196dbff
Author: Andreas Enge <address@hidden>
Date:   Sun Jul 5 19:11:04 2015 +0200

    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 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index 9a80af7..f0a7a29 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 <address@hidden>
-;;; Copyright © 2013, 2014 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]