Skip to content
Snippets Groups Projects
Commit 480fe002 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: libetonyek: Propagate inputs.

* gnu/packages/libreoffice.scm (libetonyek): Move librevenge and libxml2
  from 'inputs' to 'propagated-inputs'.
parent 269194c3
No related branches found
No related tags found
No related merge requests found
......@@ -329,10 +329,11 @@ (define-public libetonyek
("doxygen" ,doxygen)
("gperf" ,gperf)
("pkg-config" ,pkg-config)))
(inputs
`(("boost" ,boost)
("librevenge" ,librevenge)
(propagated-inputs ; in Requires or Requires.private field of .pkg
`(("librevenge" ,librevenge)
("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)))
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment