[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: Revert "gnu: yelp-tools: De-propagate some inputs."
From: |
guix-commits |
Subject: |
05/08: Revert "gnu: yelp-tools: De-propagate some inputs." |
Date: |
Tue, 1 Dec 2020 17:26:30 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit e183418ff53807d6998894cb8624da1f3f72a712
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 1 23:06:24 2020 +0100
Revert "gnu: yelp-tools: De-propagate some inputs."
This reverts commit c3c92c456b25ffded596a42d11044f62dcc03baa.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7103c02..8d58e91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6779,12 +6779,13 @@ freedesktop.org help system specification.")
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
(build-system gnu-build-system)
(native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("yelp-xsl" ,yelp-xsl)))
+ (propagated-inputs
`(("itstool" ,itstool)
- ("pkg-config" ,pkg-config)
("xmllint" ,libxml2)
("xsltproc" ,libxslt)))
- (inputs
- `(("yelp-xsl" ,yelp-xsl)))
(synopsis "Yelp documentation tools")
(description
"Yelp-tools is a collection of scripts and build utilities to help create,
- branch master updated (f4450e8 -> 04b8367), guix-commits, 2020/12/01
- 05/08: Revert "gnu: yelp-tools: De-propagate some inputs.",
guix-commits <=
- 08/08: Revert "gnu: python-packaging: Update to 20.4.", guix-commits, 2020/12/01
- 06/08: Revert "gnu: yelp-xsl: Enable documentation.", guix-commits, 2020/12/01
- 03/08: Revert "gnu: pixman: Update to 0.40.0.", guix-commits, 2020/12/01
- 07/08: Revert "gnu: yelp-xsl: Update to 3.36.0.", guix-commits, 2020/12/01
- 04/08: Revert "gnu: gobject-introspection: Update to 1.64.1.", guix-commits, 2020/12/01
- 02/08: Revert "gnu: pixman: Enable some features.", guix-commits, 2020/12/01
- 01/08: Revert "gnu: openjpeg: Enable tests.", guix-commits, 2020/12/01