gnu: libetonyek: Propagate inputs.
* gnu/packages/libreoffice.scm (libetonyek): Move librevenge and libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
269194c3c0
commit
480fe00270
|
@ -329,10 +329,11 @@ CorelDRAW documents of all versions.")
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
||||||
`(("boost" ,boost)
|
`(("librevenge" ,librevenge)
|
||||||
("librevenge" ,librevenge)
|
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
|
(inputs
|
||||||
|
`(("boost" ,boost)))
|
||||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek")
|
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek")
|
||||||
(synopsis "Library for parsing the Apple Keynote format")
|
(synopsis "Library for parsing the Apple Keynote format")
|
||||||
(description "Libetonyek is a library that parses the file format of
|
(description "Libetonyek is a library that parses the file format of
|
||||||
|
|
Loading…
Reference in New Issue