gnu: libfreehand: Propagate inputs.
* gnu/packages/libreoffice.scm (libfreehand): Move librevenge and zlib from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
480fe00270
commit
c5b5800bb5
|
@ -376,7 +376,7 @@ library primarily intended for language guessing.")
|
|||
("gperf" ,gperf)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
(propagated-inputs ; in Requires or Requires.private field of .pkg
|
||||
`(("librevenge" ,librevenge)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand")
|
||||
|
|
Loading…
Reference in New Issue