gnu: libgxps: Propagate required inputs.
* gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE ... [propagated-inputs]: ... here. New field.
This commit is contained in:
parent
920de4286a
commit
c8d62d936e
|
@ -412,13 +412,16 @@ access the common Google services, and has full asynchronous support.")
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
`(("gtk+" ,gtk+)
|
||||||
("glib" ,glib)
|
|
||||||
("libarchive" ,libarchive)
|
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("lcms" ,lcms)
|
("lcms" ,lcms)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("nettle" ,nettle)))
|
("nettle" ,nettle)))
|
||||||
|
(propagated-inputs
|
||||||
|
;; In Requires of libgxps.pc.
|
||||||
|
`(("cairo" ,cairo)
|
||||||
|
("glib" ,glib)
|
||||||
|
("libarchive" ,libarchive)))
|
||||||
(home-page "https://wiki.gnome.org/Projects/libgxps")
|
(home-page "https://wiki.gnome.org/Projects/libgxps")
|
||||||
(synopsis "GObject-based library for handling and rendering XPS documents")
|
(synopsis "GObject-based library for handling and rendering XPS documents")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue