gnu: libwpg: Propagate input.
* gnu/packages/libreoffice.scm (libwpg): Move libwpg from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
933c390ca7
commit
239c853c43
|
@ -197,9 +197,10 @@ ZVR (simple compressed text format).")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("libwpd" ,libwpd))) ; in Requires field of .pkg
|
||||||
(inputs
|
(inputs
|
||||||
`(("libwpd" ,libwpd)
|
`(("perl" ,perl)
|
||||||
("perl" ,perl)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://libwpg.sourceforge.net/")
|
(home-page "http://libwpg.sourceforge.net/")
|
||||||
(synopsis "Library and tools for the WordPerfect Graphics format")
|
(synopsis "Library and tools for the WordPerfect Graphics format")
|
||||||
|
|
Loading…
Reference in New Issue