mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ (define-public libfreehand
|
|||
("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 a new issue