gnu: libetonyek: Adjust inputs.
* gnu/packages/libreoffice.scm (libetonyek)[native-inputs]: Remove LIBLANGTAG. Move GLM and MDDS to ... [inputs]: ... here. [propagated-inputs]: Add LIBLANGTAG and ZLIB.
This commit is contained in:
parent
7c3acfcb69
commit
9c2094785d
1 changed files with 7 additions and 6 deletions
|
@ -413,16 +413,17 @@ CorelDRAW documents of all versions.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
`(("cppunit" ,cppunit)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("glm" ,glm)
|
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf)
|
||||||
("liblangtag" ,liblangtag)
|
|
||||||
("mdds" ,mdds)
|
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
||||||
`(("librevenge" ,librevenge)
|
`(("liblangtag" ,liblangtag)
|
||||||
("libxml2" ,libxml2)))
|
("librevenge" ,librevenge)
|
||||||
|
("libxml2" ,libxml2)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)))
|
`(("boost" ,boost)
|
||||||
|
("glm" ,glm)
|
||||||
|
("mdds" ,mdds)))
|
||||||
(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
|
||||||
|
|
Reference in a new issue