guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: libgxps: Propagate required inputs.


From: Marius Bakke
Subject: 05/08: gnu: libgxps: Propagate required inputs.
Date: Sun, 21 Oct 2018 12:00:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c8d62d936e23ed6c3aee0d7cbfca16e66e0de9cb
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 20 17:36:13 2018 +0200

    gnu: libgxps: Propagate required inputs.
    
    * gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE 
...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7b04716..4251d5c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -412,13 +412,16 @@ access the common Google services, and has full 
asynchronous support.")
      `(("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("cairo" ,cairo)
-       ("glib" ,glib)
-       ("libarchive" ,libarchive)
+     `(("gtk+" ,gtk+)
        ("libjpeg" ,libjpeg)
        ("lcms" ,lcms)
        ("libtiff" ,libtiff)
        ("nettle" ,nettle)))
+    (propagated-inputs
+     ;; In Requires of libgxps.pc.
+     `(("cairo" ,cairo)
+       ("glib" ,glib)
+       ("libarchive" ,libarchive)))
     (home-page "https://wiki.gnome.org/Projects/libgxps";)
     (synopsis "GObject-based library for handling and rendering XPS documents")
     (description



reply via email to

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