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 @@ (define-public libetonyek
|
|||
(native-inputs
|
||||
`(("cppunit" ,cppunit)
|
||||
("doxygen" ,doxygen)
|
||||
("glm" ,glm)
|
||||
("gperf" ,gperf)
|
||||
("liblangtag" ,liblangtag)
|
||||
("mdds" ,mdds)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
||||
`(("librevenge" ,librevenge)
|
||||
("libxml2" ,libxml2)))
|
||||
`(("liblangtag" ,liblangtag)
|
||||
("librevenge" ,librevenge)
|
||||
("libxml2" ,libxml2)
|
||||
("zlib" ,zlib)))
|
||||
(inputs
|
||||
`(("boost" ,boost)))
|
||||
`(("boost" ,boost)
|
||||
("glm" ,glm)
|
||||
("mdds" ,mdds)))
|
||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek")
|
||||
(synopsis "Library for parsing the Apple Keynote format")
|
||||
(description "Libetonyek is a library that parses the file format of
|
||||
|
|
Loading…
Reference in a new issue