gnu: yelp-tools: Restore a comment.

* gnu/packages/gnome.scm (yelp-tools)[propagated-inputs]: Restore a
comment deleted in commit 416b1b9f56.
This commit is contained in:
Mark H Weaver 2020-12-08 21:27:41 -05:00
parent 359f841c5d
commit a531055b0b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -6785,6 +6785,7 @@ (define-public yelp-tools
(inputs
`(("yelp-xsl" ,yelp-xsl)))
(propagated-inputs
;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
`(("itstool" ,itstool)
("xmllint" ,libxml2)
("xsltproc" ,libxslt)))