gnu: gnutls: Remove perl dependency.

* gnu/packages/tls.scm (gnutls)[inputs]: Remove perl.
This commit is contained in:
David Craven 2017-01-10 22:26:08 +01:00
parent e77fe95097
commit 59e0bd7154
No known key found for this signature in database
GPG key ID: 33B9E9FDE28D2C23

View file

@ -194,8 +194,7 @@ (define-public gnutls
("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)