guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: yelp-tools: De-propagate some inputs.


From: guix-commits
Subject: 07/16: gnu: yelp-tools: De-propagate some inputs.
Date: Tue, 1 Dec 2020 16:06:26 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit c3c92c456b25ffded596a42d11044f62dcc03baa
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 04:17:52 2020 -0400

    gnu: yelp-tools: De-propagate some inputs.
    
    * gnu/packages/gnome.scm (yelp-tools) [propagated-inputs]: Move itstool, 
libxml2 and libxslt to ...
    [native-inputs]: ... here.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8d58e91..7103c02 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6779,13 +6779,12 @@ 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]