summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2017-01-10 22:26:08 +0100
committerDavid Craven <david@craven.ch>2017-02-10 13:04:20 +0100
commit59e0bd7154205bdecf57064a4dfa995eaa6b80d1 (patch)
treeafe98684b0e01c20e3232d4082d337b4ee057131 /gnu
parente77fe95097145268249302bd5c1f73236ae0f155 (diff)
downloadguix-59e0bd7154205bdecf57064a4dfa995eaa6b80d1.tar.gz
gnu: gnutls: Remove perl dependency.
* gnu/packages/tls.scm (gnutls)[inputs]: Remove perl.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tls.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 84865a31cf..c004086b83 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)