mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnutls: Remove perl dependency.
* gnu/packages/tls.scm (gnutls)[inputs]: Remove perl.
This commit is contained in:
parent
e77fe95097
commit
59e0bd7154
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue