gnu: libmspub: Propagate inputs.
* gnu/packages/libreoffice.scm (libmspub): Move icu4c, librevenge and zlib from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
c5b5800bb5
commit
e39cc72376
|
@ -400,11 +400,12 @@ Aldus/Macromedia/Adobe FreeHand documents.")
|
|||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("icu4c" ,icu4c)
|
||||
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
||||
`(("icu4c" ,icu4c)
|
||||
("librevenge" ,librevenge)
|
||||
("zlib" ,zlib)))
|
||||
(inputs
|
||||
`(("boost" ,boost)))
|
||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libmspub")
|
||||
(synopsis "Library for parsing the Microsoft Publisher format")
|
||||
(description "Libmspub is a library that parses the file format of
|
||||
|
|
Loading…
Reference in New Issue