diff options
author | Mark H Weaver <mhw@netris.org> | 2020-12-08 21:27:41 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-12-15 13:12:45 -0500 |
commit | a531055b0b7bc3a5f70129120a5fe4eeed99cb4e (patch) | |
tree | be9683de8d93ab8fa134e9d59485d0f4c35378a5 /gnu/packages | |
parent | 359f841c5d8417f0167dd985259d0f746b16ce3e (diff) | |
download | guix-a531055b0b7bc3a5f70129120a5fe4eeed99cb4e.tar.gz |
gnu: yelp-tools: Restore a comment.
* gnu/packages/gnome.scm (yelp-tools)[propagated-inputs]: Restore a comment deleted in commit 416b1b9f56b514677660b56992cea1c78e00f519.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 64fded105a..a55900f9a1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6785,6 +6785,7 @@ freedesktop.org help system specification.") (inputs `(("yelp-xsl" ,yelp-xsl))) (propagated-inputs + ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'. `(("itstool" ,itstool) ("xmllint" ,libxml2) ("xsltproc" ,libxslt))) |