dvc pushed a commit to branch core-updates
in repository guix.

commit 59e0bd7154205bdecf57064a4dfa995eaa6b80d1
Author: David Craven <da...@craven.ch>
Date:   Tue Jan 10 22:26:08 2017 +0100

    gnu: gnutls: Remove perl dependency.
    
    * gnu/packages/tls.scm (gnutls)[inputs]: Remove perl.
---
 gnu/packages/tls.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 84865a3..c004086 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -194,8 +194,7 @@ living in the same process.")
        ("pkg-config" ,pkg-config)
        ("which" ,which)))
     (inputs
-     `(("guile" ,guile-2.0)
-       ("perl" ,perl)))
+     `(("guile" ,guile-2.0)))
     (propagated-inputs
      ;; These are all in the 'Requires.private' field of gnutls.pc.
      `(("libtasn1" ,libtasn1)

Reply via email to