Skip to content
Snippets Groups Projects
Commit 302393bc authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: vte: Propagate GnuTLS.

* gnu/packages/gnome.scm (vte): Move GNUTLS from 'inputs' to
  'propagated-inputs'.  Suggested by 宋文武 <iyzsong@gmail.com>.
parent 191e9b4e
No related branches found
No related tags found
No related merge requests found
......@@ -1416,10 +1416,9 @@ (define-public vte
("gobject-introspection" ,gobject-introspection)
("glib" ,glib "bin") ; for glib-genmarshal, etc.
("xmllint" ,libxml2)))
(inputs
`(("gnutls" ,gnutls)))
(propagated-inputs
`(("gtk+" ,gtk+))) ; required by libvte-2.91.pc
`(("gtk+" ,gtk+) ;required by vte-2.91.pc
("gnutls" ,gnutls))) ;ditto
(arguments
`(#:phases
(alist-cons-before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment