guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnutls: Remove perl dependency.


From: David Craven
Subject: 01/01: gnu: gnutls: Remove perl dependency.
Date: Fri, 10 Feb 2017 07:19:50 -0500 (EST)

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

commit 59e0bd7154205bdecf57064a4dfa995eaa6b80d1
Author: David Craven <address@hidden>
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

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